Delegate ExceptionHandler
- Namespace
- Apache.NMS.ActiveMQ.Transport
- Assembly
- Apache.NMS.ActiveMQ.dll
public delegate void ExceptionHandler(ITransport sender, Exception command)
Parameters
sender
ITransport
command
Exception
Constructors
ExceptionHandler(object, nint)
public ExceptionHandler(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(ITransport, Exception, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ITransport sender, Exception command, AsyncCallback callback, object @object)
Parameters
sender
ITransport
command
Exception
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(ITransport, Exception)
public virtual void Invoke(ITransport sender, Exception command)
Parameters
sender
ITransport
command
Exception