ExecuteRequestAsyncCallback DelegateNemiro.OAuth
References a method to be called when a corresponding asynchronous web request completes.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public delegate void ExecuteRequestAsyncCallback(
	RequestResult result
)

Parameters

result
Type: Nemiro.OAuth RequestResult
The result of the asynchronous web request.
See Also