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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Reflection.MethodInfoA 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.
Show: