An NDoc Documented Class Library

StandardPublisher.Subscribe Method 

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

public void Subscribe(
   ISubscriber subscriber,
   Type dataType
);

Parameters

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

Implements

IPublisher.

See Also

StandardPublisher Class | Sandia.MVCFramework.Common Namespace