Removes an entry from the authorized host table

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
RemoveAuthorizedHost ( _
	
instance 
As 
Guid _
)
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
instance 
As 
Guid

instance.
RemoveAuthorizedHost(
instance)
C#
public 
void 
RemoveAuthorizedHost(
	
Guid 
instance
)

Parameters

instance
Type: System . . :: . . Guid

Uniquely identifies the entry for the host in the authorized host table.

See also