Cadenza.Core : Cadenza.ComponentModel Namespace

SynchronizeInvokeCoda Class

Documentation for this section has not yet been entered.

public static class SynchronizeInvokeCoda

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.ComponentModel
Assembly: Cadenza.Core (in Cadenza.Core.dll)
Assembly Versions: 0.1.0.0

Members

See Also: Inherited members from object.

Public Methods

static
AutoInvoke (this System.ComponentModel.ISynchronizeInvoke, Action)
Documentation for this section has not yet been entered.
static
AutoInvoke (this System.ComponentModel.ISynchronizeInvoke, Delegate, params object[]) : object
Documentation for this section has not yet been entered.
static
Invoked (this AsyncCallback, System.ComponentModel.ISynchronizeInvoke) : AsyncCallback
Documentation for this section has not yet been entered.

Member Details

AutoInvoke Method

Documentation for this section has not yet been entered.

public static void AutoInvoke (this System.ComponentModel.ISynchronizeInvoke self, Action action)

Parameters

self
Documentation for this section has not yet been entered.
action
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.ComponentModel
Assembly: Cadenza.Core (in Cadenza.Core.dll)
Assembly Versions: 0.1.0.0

AutoInvoke Method

Documentation for this section has not yet been entered.

public static object AutoInvoke (this System.ComponentModel.ISynchronizeInvoke self, Delegate method, params object[] args)

Parameters

self
Documentation for this section has not yet been entered.
method
Documentation for this section has not yet been entered.
args
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.ComponentModel
Assembly: Cadenza.Core (in Cadenza.Core.dll)
Assembly Versions: 0.1.0.0

Invoked Method

Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
obj
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.ComponentModel
Assembly: Cadenza.Core (in Cadenza.Core.dll)
Assembly Versions: 0.1.0.0