EventStreamSubscribe Method |
Subscribes the specified subscriber.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override bool Subscribe(
ActorRef subscriber,
Type channel
)
Public Overrides Function Subscribe (
subscriber As ActorRef,
channel As Type
) As Boolean
public:
virtual bool Subscribe(
ActorRef^ subscriber,
Type^ channel
) override
abstract Subscribe :
subscriber : ActorRef *
channel : Type -> bool
override Subscribe :
subscriber : ActorRef *
channel : Type -> bool
Parameters
- subscriber
- Type: Akka.ActorActorRef
The subscriber. - channel
- Type: SystemType
The channel.
Return Value
Type:
Booleantrue if XXXX,
false otherwise.
Exceptions
See Also