C# Class Akka.Reactive.Messages.CreateSubject

Message requesting the creation of a subject manager.
Datei anzeigen Open project: tintoy/rx-akkadotnet

Public Methods

Method Description
CreateSubject ( IActorRef target, Type baseMessageType ) : System

Create a new CreateSubject message.

Method Details

CreateSubject() public method

Create a new CreateSubject message.
public CreateSubject ( IActorRef target, Type baseMessageType ) : System
target IActorRef /// The target actor represented by the subject. ///
baseMessageType System.Type /// The target actor represented by the subject. ///
return System