Interface IStreamVisitor<TDelta, TResult>
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamVisitor<TDelta, TResult>
Type Parameters
| Name |
Description |
| TDelta |
|
| TResult |
|
Methods
|
Edit this page
View Source
OnComplete(TResult)
Declaration
void OnComplete(TResult result)
Parameters
| Type |
Name |
Description |
| TResult |
result |
|
|
Edit this page
View Source
OnDelta(TDelta)
Declaration
void OnDelta(TDelta delta)
Parameters
| Type |
Name |
Description |
| TDelta |
delta |
|
|
Edit this page
View Source
OnError(Exception)
Declaration
void OnError(Exception error)
Parameters
Extension Methods