Click or drag to resize
AjaxRequestRequestAsync Method
发送异步请求

Namespace: X3Platform.Ajax.Net
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void RequestAsync(
	AjaxRequestData requestData,
	AjaxRequestInvokeAsyncCallbackDelegate callback
)

Parameters

requestData
Type: X3Platform.Ajax.NetAjaxRequestData

[Missing <param name="requestData"/> documentation for "M:X3Platform.Ajax.Net.AjaxRequest.RequestAsync(X3Platform.Ajax.Net.AjaxRequestData,X3Platform.Ajax.Net.AjaxRequest.InvokeAsyncCallbackDelegate)"]

callback
Type: X3Platform.Ajax.NetAjaxRequestInvokeAsyncCallbackDelegate

[Missing <param name="callback"/> documentation for "M:X3Platform.Ajax.Net.AjaxRequest.RequestAsync(X3Platform.Ajax.Net.AjaxRequestData,X3Platform.Ajax.Net.AjaxRequest.InvokeAsyncCallbackDelegate)"]

See Also