Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClientOperation::IsOneWay Property

 

Gets or sets a value that indicates if the operation is a one-way operation.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool IsOneWay {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the indigo2 client should not expect a reply; otherwise, false. The default value is false.

By default this value corresponds to the value of OperationContractAttribute::IsOneWay. For issues related to one-way operations, see One-Way Services.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft