|
Stop |
Top Previous Next |
|
Stop(); - Delphi, C#, VB.NET syntax HRESULT Stop(void); - COM IDL syntax
Description Shutdowns the endpoint. Ends the current call (i.e. session) if needed.
It is recommended that the current session be finished by a separate Hangup() before Stop().
It is a synchronous method
|