Suspends the bind operation.
HRESULT Suspend(void);
Return Values
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