Show / Hide Table of Contents

Delegate ApplicationUtility.AjaxMethodPreImplementation

Namespace: SuperOffice.DCF.Web
Assembly: SuperOffice.DCFWeb.dll
Syntax
public delegate void AjaxMethodPreImplementation(ref SoAjaxMethodType implementationType);
Parameters
Type Name Description
SoAjaxMethodType implementationType

Constructors

AjaxMethodPreImplementation(Object, IntPtr)

Declaration
public AjaxMethodPreImplementation(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(ref SoAjaxMethodType, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(ref SoAjaxMethodType implementationType, AsyncCallback callback, object object)
Parameters
Type Name Description
SoAjaxMethodType implementationType
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(ref SoAjaxMethodType, IAsyncResult)

Declaration
public virtual void EndInvoke(ref SoAjaxMethodType implementationType, IAsyncResult result)
Parameters
Type Name Description
SoAjaxMethodType implementationType
IAsyncResult result

Invoke(ref SoAjaxMethodType)

Declaration
public virtual void Invoke(ref SoAjaxMethodType implementationType)
Parameters
Type Name Description
SoAjaxMethodType implementationType
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top