Represents the AuthorizedHostOperationCompletedEventHandlerinstance. Called when the Add/RemoveAuthorizedHost operation is completed.

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

Syntax

Visual Basic (declaration)
Public 
Delegate 
Sub 

AuthorizedHostOperationCompletedEventHandler ( _
	
sender 
As 
Object, _
	
e 
As 

AuthorizedHostOperationCompletedEventArgs _
)
Visual Basic (usage)
Dim 
instance 
As 
New 

AuthorizedHostOperationCompletedEventHandler(
AddressOf HandlerMethod)
C#
public 
delegate 
void 

AuthorizedHostOperationCompletedEventHandler(
	
Object 
sender,
	

AuthorizedHostOperationCompletedEventArgs 
e
)

See also