DataSource.NET
PermissionUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerPermissionUpdated(ISubscription, IPeer, IPermissionMessage)
Called when when a permission update is received.
Declaration Syntax
C#Visual BasicVisual C++
void PermissionUpdated(
	ISubscription subscription,
	IPeer peer,
	IPermissionMessage update
)
Sub PermissionUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IPermissionMessage _
)
void PermissionUpdated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IPermissionMessage^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IPermissionMessage)
The permission update.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)