Méthode | Description | |
---|---|---|
AsyncFluentCommandRegistration ( ServerBuilder serverBuilder, |
||
ExpectsData ( ) : IAsyncFluentCommandRegistration | ||
ExpectsNoData ( ) : IAsyncFluentCommandRegistration | ||
HandledBy ( Action>.Action |
||
HandledBy ( Action |
||
HandledBy ( IResponse>.Func |
||
HandledBy ( Func |
||
IsDisconnect ( ) : IAsyncFluentCommandRegistration | ||
Register ( ) : IAsyncServerBuilder |
public AsyncFluentCommandRegistration ( ServerBuilder serverBuilder, |
||
serverBuilder | ServerBuilder | |
repository | ||
command | string | |
Résultat | System |
public ExpectsData ( ) : IAsyncFluentCommandRegistration | ||
Résultat | IAsyncFluentCommandRegistration |
public ExpectsNoData ( ) : IAsyncFluentCommandRegistration | ||
Résultat | IAsyncFluentCommandRegistration |
public HandledBy ( Action>.Action |
||
handler | Action>.Action | |
Résultat | IAsyncFluentCommandRegistration |
public HandledBy ( Action |
||
handler | Action |
|
Résultat | IAsyncFluentCommandRegistration |
public HandledBy ( IResponse>.Func |
||
handler | IResponse>.Func | |
Résultat | IAsyncFluentCommandRegistration |
public HandledBy ( Func |
||
handler | Func |
|
Résultat | IAsyncFluentCommandRegistration |
public IsDisconnect ( ) : IAsyncFluentCommandRegistration | ||
Résultat | IAsyncFluentCommandRegistration |