set_OneWay()

SoapDocumentMethodAttribute::set_OneWay(bool) method

Sets a value that indicates if the client doesn’t wait for the server to finish processing a method.

void System::Web::Services::Protocols::SoapDocumentMethodAttribute::set_OneWay(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also