BeginMethod Property

ClientOperation.BeginMethod 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 associated with an asynchronous operation.

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

'Declaration
Public Property BeginMethod As MethodInfo

Property Value

Type: System.Reflection.MethodInfo
A MethodInfo object that represents the method handling the begin portion of an asynchronous method pair, or Nothing if the operation is not part of an asynchronous method pair.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft