Méthode | Description | |
---|---|---|
CreateClientChannel ( string name, ChannelType type, |
||
CreateClientChannel ( string name, string address, |
||
CreateGateway ( ActorSystem system, ChannelType type, string name, |
public static CreateClientChannel ( string name, ChannelType type, |
||
name | string | |
type | ChannelType | |
endPoint | ||
outputSource | ||
Résultat | Client.IChannel |
public static CreateClientChannel ( string name, string address, |
||
name | string | |
address | string | |
outputSource | ||
Résultat | Client.IChannel |
public static CreateGateway ( ActorSystem system, ChannelType type, string name, |
||
system | ActorSystem | |
type | ChannelType | |
name | string | |
endPoint | ||
outputSource | ||
clientInitiatorSetup | Action |
|
Résultat |