Suspends the bind operation.
HRESULT Suspend(void);
Return Values
S_OK
The suspend operation was successful.
S_FALSE
The bind operation was already suspended.
E_FAIL
The bind operation could not be suspended.
Remarks
The bind operation will be suspended until resumed by a subsequent call to IBinding::Resume or canceled by a subsequent call to IBinding::Abort.
After calling IBinding::Suspend, the client may still receive some notifications about the bind.
See Also
IBinding::Abort, IBinding::Resume