IVsWCFAsyncResult.GetCustomState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns custom state object passed to an asynchronous method
public:
System::Object ^ GetCustomState();
public:
Platform::Object ^ GetCustomState();
winrt::Windows::Foundation::IInspectable GetCustomState();
public object GetCustomState ();
abstract member GetCustomState : unit -> obj
Public Function GetCustomState () As Object
Returns
A custom state object.