System::Web::Services::Protocols::SoapDocumentMethodAttribute::set_OneWay method

SoapDocumentMethodAttribute::set_OneWay 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)
ParameterTypeDescription
valueboolThe value that must be set.

See Also