All derived implementation classes should implement this method, the event package will be used for the subscription for this PublishSubscribeSession.

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

Syntax

Visual Basic (Declaration)
Protected 
MustOverride 
Function 
GetEventPackageName 
As 
String
C#
protected 
abstract 
string 
GetEventPackageName()
Visual C++
protected:
virtual 
String^ 
GetEventPackageName() 
abstract
JavaScript
function 
getEventPackageName();

Return Value

See Also