A safer replacement for the Delegate.DynamicInvoke method.
Declaring type: SafeDynamicInvoker
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Static GetDynamicInvoker Gets the dynamic invoker for the given delegate.
Public Method Static OneWayDynamicInvoke Dynamically invokes the method represented by the given delegate as a one-way method. The delegate can be null.
Public Method Static SafeDynamicInvoke Dynamically invokes the method represented by the given delegate. The delegate can be null.
Collapse/Expand Public Properties
  Name Description
Public Property Static ThreadPool Gets or sets the thread pool used to send server events to remote subscribers.