Class OperationBroker
Inheritance
OperationBroker
Assembly: NMF.Models.dll
Syntax
public class OperationBroker
Properties
|
Edit this page
View Source
Instance
Declaration
public static OperationBroker Instance { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public TDelegate GetRegisteredDelegate<TDelegate>(IOperation op) where TDelegate : class
Parameters
Returns
Type |
Description |
TDelegate |
|
Type Parameters
Name |
Description |
TDelegate |
|
|
Edit this page
View Source
Declaration
public TDelegate GetRegisteredDelegate<TDelegate>(Lazy<IOperation> op) where TDelegate : class
Parameters
Returns
Type |
Description |
TDelegate |
|
Type Parameters
Name |
Description |
TDelegate |
|
|
Edit this page
View Source
Declaration
public void RegisterDelegate(IOperation op, object @delegate)
Parameters
|
Edit this page
View Source
Declaration
public void RegisterDelegate(Lazy<IOperation> op, object @delegate)
Parameters