An NDoc Documented Class Library

AbstractStandardSubscriptionHandler.HandleSubscription Method 

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

public void HandleSubscription(
   ISubscriber subscriber,
   Type dataType
);

Parameters

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

Implements

ISubscriptionHandler.

See Also

AbstractStandardSubscriptionHandler Class | Sandia.MVCFramework.Common Namespace