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::SyncMethod Property
.NET Framework (current version)
Gets or sets the method that is associated with this operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MethodInfo^ SyncMethod { MethodInfo^ get(); void set(MethodInfo^ value); }
Property Value
Type: System.Reflection::MethodInfo^A MethodInfo that represents the method that implements the operation. If the operation is asynchronous, this value is null and the implementing methods are stored in the BeginMethod and EndMethod properties.
.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: