C# Класс Akka.Reactive.Messages.CreateSubject

Message requesting the creation of a subject manager.
Показать файл Открыть проект

Открытые методы

Метод Описание
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