Encapsulates the results of an synchronous operation on a delegate.

Namespace: FirstFloor.Documents.ComponentModel
Assembly: 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.

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents.ComponentModel..::..SyncResult<(Of <(<'T>)>)>

See Also