C# Class Akka.Reactive.Messages.CreateSubject

Message requesting the creation of a subject manager.
Afficher le fichier Open project: tintoy/rx-akkadotnet

Méthodes publiques

Méthode Description
CreateSubject ( IActorRef target, Type baseMessageType ) : System

Create a new CreateSubject message.

Method Details

CreateSubject() public méthode

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. ///
Résultat System