AjaxRequestInvokeAsyncCallbackDelegate Delegate |
异步回调函数
Namespace: X3Platform.Ajax.NetAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic delegate void InvokeAsyncCallbackDelegate(
string response
)
public delegate void InvokeAsyncCallbackDelegate(
String^ response
)
Parameters
- response
- Type: SystemString
See Also