CallControl.EndCall(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends the specified call.
public:
virtual void EndCall(unsigned long long callToken) = EndCall;
void EndCall(uint64_t const& callToken);
public void EndCall(ulong callToken);
function endCall(callToken)
Public Sub EndCall (callToken As ULong)
Parameters
- callToken
-
UInt64
unsigned long long
uint64_t
The unique identifier of the specified call.
Remarks
After this method is called, the callToken of the specified call is no longer valid.