HostingConventionDelegate.

BeginInvoke(IHostingConventionContext, AsyncCallback, object) Method

Syntax

public virtual IAsyncResult BeginInvoke(IHostingConventionContext context, AsyncCallback callback, object object)

Parameters

Name Type Description
context IHostingConventionContext
callback AsyncCallback
object object

Return Value

Type Description
IAsyncResult