Table of Contents

Delegate RegisteredProperties<TParent>.RegistrationCallbackHandler

Namespace
CMS.Base
Assembly
CMS.Base.dll

Registration callback handler

public delegate void RegisteredProperties<TParent>.RegistrationCallbackHandler()
Extension Methods

Constructors

RegistrationCallbackHandler(object, nint)

public RegistrationCallbackHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke()

public virtual void Invoke()