Show / Hide Table of Contents

Class OperationBroker

Inheritance
object
OperationBroker
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class OperationBroker

Properties

| Edit this page View Source

Instance

Declaration
public static OperationBroker Instance { get; }
Property Value
Type Description
OperationBroker

Methods

| Edit this page View Source

GetRegisteredDelegate<TDelegate>(IOperation)

Declaration
public TDelegate GetRegisteredDelegate<TDelegate>(IOperation op) where TDelegate : class
Parameters
Type Name Description
IOperation op
Returns
Type Description
TDelegate
Type Parameters
Name Description
TDelegate
| Edit this page View Source

GetRegisteredDelegate<TDelegate>(Lazy<IOperation>)

Declaration
public TDelegate GetRegisteredDelegate<TDelegate>(Lazy<IOperation> op) where TDelegate : class
Parameters
Type Name Description
Lazy<IOperation> op
Returns
Type Description
TDelegate
Type Parameters
Name Description
TDelegate
| Edit this page View Source

RegisterDelegate(IOperation, object)

Declaration
public void RegisterDelegate(IOperation op, object @delegate)
Parameters
Type Name Description
IOperation op
object delegate
| Edit this page View Source

RegisterDelegate(Lazy<IOperation>, object)

Declaration
public void RegisterDelegate(Lazy<IOperation> op, object @delegate)
Parameters
Type Name Description
Lazy<IOperation> op
object delegate
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX