ClientOperation::BeginMethod Property
.NET Framework (current version)
Gets or sets the method associated with an asynchronous operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MethodInfo^ BeginMethod { MethodInfo^ get(); void set(MethodInfo^ value); }
Property Value
Type: System.Reflection::MethodInfo^A MethodInfo object that represents the method handling the begin portion of an asynchronous method pair, or null if the operation is not part of an asynchronous method pair.
.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: