Method | Description | |
---|---|---|
OutputStreamSubscriber ( Stream outputStream, TaskCompletionSource |
||
Props ( Stream os, TaskCompletionSource |
Method | Description | |
---|---|---|
PostStop ( ) : void | ||
Receive ( object message ) : bool |
public OutputStreamSubscriber ( Stream outputStream, TaskCompletionSource |
||
outputStream | Stream | |
completionPromise | TaskCompletionSource |
|
bufferSize | int | |
autoFlush | bool | |
return | System |
public static Props ( Stream os, TaskCompletionSource |
||
os | Stream | |
completionPromise | TaskCompletionSource |
|
bufferSize | int | |
autoFlush | bool | |
return | Props |