Represents the AuthorizedHostOperationCompleted event handler arguments.

Inheritance hierarchy

System . . :: . . Object
   System . . :: . . EventArgs
     Microsoft.Rtc.Sip . . :: . . AuthorizedHostOperationCompletedEventArgs

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

Syntax

Visual Basic (declaration)
Public 
Class 

AuthorizedHostOperationCompletedEventArgs _
	
Inherits 
EventArgs
Visual Basic (usage)
Dim 
instance 
As 

AuthorizedHostOperationCompletedEventArgs
C#
public 
class 

AuthorizedHostOperationCompletedEventArgs : 
EventArgs

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also