ClientOperation.EndMethod 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 implements the asynchronous end method for the operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Reflection.MethodInfoA MethodInfo that represents the end method for the operation, or null if the operation is not asynchronous.
Show: