Share via


IVsWCFAsyncResult.GetCustomState Method

Definition

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.

Applies to