|
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version. |
AddonDataHandler.BeginGetData Method
SharePoint 2010
An implementation of this method initiates an asynchronous request to the data source.
Assembly: Microsoft.Office.Visio.Server (in Microsoft.Office.Visio.Server.dll)
public abstract IAsyncResult BeginGetData( HttpContext context, AsyncCallback callback, Object asyncState )
Parameters
- context
- Type: System.Web.HttpContext
An HttpContext object that provides references to intrinsic server objects that are used to service HTTP requests.
- callback
- Type: System.AsyncCallback
The AsyncCallback delegate to call when the asynchronous operation is complete.
- asyncState
- Type: System.Object
Any extra data needed to process the request.
Return Value
Type: System.IAsyncResultAn IAsyncResult object that contains information about the status of the operation.
Community-Inhalt
Hinzufügen