Interface IStreamFinalizer<TResult>
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamFinalizer<TResult> where TResult : IResult
Type Parameters
| Name | Description |
|---|---|
| TResult |
Methods
| Edit this page View SourceFinalize(StreamScope)
Declaration
TResult Finalize(StreamScope scope)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamScope | scope |
Returns
| Type | Description |
|---|---|
| TResult |