메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public ExpectsData ( ) : IAsyncFluentCommandRegistration | ||
리턴 | IAsyncFluentCommandRegistration |
public ExpectsNoData ( ) : IAsyncFluentCommandRegistration | ||
리턴 | IAsyncFluentCommandRegistration |
public HandledBy ( Action>.Action |
||
handler | Action>.Action | |
리턴 | IAsyncFluentCommandRegistration |
public HandledBy ( Action |
||
handler | Action |
|
리턴 | IAsyncFluentCommandRegistration |
public HandledBy ( IResponse>.Func |
||
handler | IResponse>.Func | |
리턴 | IAsyncFluentCommandRegistration |
public HandledBy ( Func |
||
handler | Func |
|
리턴 | IAsyncFluentCommandRegistration |
public IsDisconnect ( ) : IAsyncFluentCommandRegistration | ||
리턴 | IAsyncFluentCommandRegistration |