IVsToolbox6.GetAsyncState Method

Definition

Indicate what (if any) asynchronous operations are pending or in progress.

public:
 System::UInt32 GetAsyncState();
public:
 unsigned int GetAsyncState();
unsigned int GetAsyncState();
public uint GetAsyncState ();
abstract member GetAsyncState : unit -> uint32
Public Function GetAsyncState () As UInteger

Returns

Any asynchronous operations that are pending or in progress.

Applies to