FME Server .NET API

IFMENotificationManager.GetSubscribers Method 

[Visual Basic]
Function GetSubscribers( _
   ByVal directives As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)) _
) As Safe.FMEServer.API.Notification.IFMESubscriber()
[C#]
IFMESubscriber[] GetSubscribers(
   0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] directives
);

See Also

IFMENotificationManager Interface | IFMENotificationManager Members | Safe.FMEServer.API.Notification Namespace