SyncMethod Property

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.

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

public MethodInfo SyncMethod { get; set; }

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft