StreamLink.NET
PermissionUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.PermissionIPermissionSubscriptionListenerPermissionUpdated(ISubscription, IPermissionEvent)
Called when a new permission is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void PermissionUpdated(
	ISubscription subscription,
	IPermissionEvent ev
)
Sub PermissionUpdated ( _
	subscription As ISubscription, _
	ev As IPermissionEvent _
)
void PermissionUpdated(
	ISubscription^ subscription, 
	IPermissionEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IPermissionEvent)
The event. This contains the updated data.
Remarks

Note: StreamLink queues events in the order they were raised and passes each event in turn to an appropriate callback method of the relevant listener. All listener callbacks execute in the same dedicated worker thread, so while this callback method is running no other callbacks will be invoked.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.18.0 (5.0.18.0)