ClientOperation::EndMethod Property
.NET Framework (current version)
Gets or sets the method that implements the asynchronous end method for the operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MethodInfo^ EndMethod { MethodInfo^ get(); void set(MethodInfo^ value); }
Property Value
Type: System.Reflection::MethodInfo^A MethodInfo that represents the end method for the operation, or null if the operation is not asynchronous.
.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
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: