Overload | Description |
---|---|
AsOperationResult(INotifyCompleted) | Returns an implementation of OperationResult that wraps a DevForce asynchronous function. |
AsOperationResult(CoroutineOperation) | Returns an implementation of OperationResult that wraps a DevForce asynchronous function. |
AsOperationResult<T>(CoroutineOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult(EntityQueryOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult<T>(EntityQueryOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult<T>(EntityQueryOperation<T>) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult(EntityRefetchOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult(EntitySaveOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult(EntityScalarQueryOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult<T>(EntityScalarQueryOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult<T>(EntityScalarQueryOperation<T>) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
AsOperationResult(InvokeServerMethodOperation) | Returns an implementation of OperationResult that wraps a DevForce asynchronous function. |
AsOperationResult<T>(InvokeServerMethodOperation) | Returns an implementation of OperationResult<T> that wraps a DevForce asynchronous function and provides access to the operation's result value. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family