Encapsulates the results of an synchronous operation on a delegate.
Namespace: FirstFloor.Documents.ComponentModelAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public class SyncResult<T> : IAsyncResult |
| Visual Basic |
|---|
Public Class SyncResult(Of T) _ Implements IAsyncResult |
| Visual C++ |
|---|
generic<typename T> public ref class SyncResult : IAsyncResult |
Type Parameters
- T
- The type of the result.