Click or drag to resize

SessionResendRequestLoopEventHandler Delegate

Represents the method that will handle event that accepts Session.ResendRequestLoopEventArgs.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public delegate void ResendRequestLoopEventHandler(
	Object sender,
	SessionResendRequestLoopEventArgs args
)

Parameters

sender  Object
The source of the event.
args  SessionResendRequestLoopEventArgs
Information about event.
See Also