ClientOperation.SyncMethod Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the method that is associated with this operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Reflection.MethodInfoA 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.
Show: