IConnectionBrokerRequest::CheckStatus method

Called to determine the status of an asynchronous request.

Syntax

HRESULT CheckStatus(
  [out] CB_REQUEST_STATUS *pReqStatus
);

Parameters

pReqStatus [out]

The address of a variable that receives a value of the CB_REQUEST_STATUS enumeration that indicates the status of the request.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Cbclient.h
Library
Cbclient.lib
DLL
Cbclient.dll

See also

IConnectionBrokerRequest