Skip to content

Response<TResult> Methods

A Response which represents a typed value.

Dispose

override
View source
public override void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetResult

override
View source
public override T GetResult<T>()
Gets the result as the specified type.

Returns

The result.

GetSimpleResultType

override
View source
public override Type GetSimpleResultType()
Gets the result type when the response represents a simple typed result.

Returns

The result type, or null when the response does not represent a simple typed result.

ToString

override
View source
public override string ToString()
Returns a string that represents the current object.

Returns

A string that represents the current object.