An NDoc Documented Class Library

ISubscriptionHandler.HandleSubscription Method 

Handle a requestion for a subscription from a specified subscriber for a specified data type

void HandleSubscription(
   ISubscriber subscriber,
   Type dataType
);

Parameters

subscriber
The subscriber making the subscription request
dataType
The data type to subscribe to

See Also

ISubscriptionHandler Interface | Sandia.MVCFramework.Common Namespace