This method cleans up the Client object. It must be called before the object is released.
Note The Client object cannot be reused after Shutdown is called.
HRESULT Shutdown();
Parameters
None.
Return Values
This method can return an RTC_E_ constant.
Remarks
Prior to calling this method, the application should call the asynchronous IRTCClient::PrepareForShutdown method.
Use of PrepareForShutdown gives the SIP stack time to deregister from registrars and unsubscribe watchers.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCClient | IRTCClient::Initialize |IRTCClient::PrepareForShutdown
Send Feedback on this topic to the authors