RaiseEventViaEndpointQueue(T) Method

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Sub RaiseEventViaEndpointQueue(Of T As EventArgs) ( _
    eventArg As T, _
    handler As EventHandler(Of T) _
)
'Usage
Dim eventArg As T
Dim handler As EventHandler(Of T)

Me.RaiseEventViaEndpointQueue(eventArg, _
    handler)
protected void RaiseEventViaEndpointQueue<T>(
    T eventArg,
    EventHandler<T> handler
)
where T : EventArgs

Type Parameters

  • T

Parameters

  • eventArg
    Type: T

See Also

Reference

PublishSubscribeSession Class

PublishSubscribeSession Members

Microsoft.Rtc.Collaboration.Presence Namespace