C# 클래스 Akka.Reactive.Messages.CreateSubject

Message requesting the creation of a subject manager.
파일 보기 프로젝트 열기: tintoy/rx-akkadotnet

공개 메소드들

메소드 설명
CreateSubject ( IActorRef target, Type baseMessageType ) : System

Create a new CreateSubject message.

메소드 상세

CreateSubject() 공개 메소드

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. ///
리턴 System