Table of Contents

Delegate DXEndpoint.StateChangeListener

Namespace
DxFeed.Graal.Net.Api
Assembly
DxFeed.Graal.Net.dll

Notifies a change in the state of this endpoint.

public delegate void DXEndpoint.StateChangeListener(DXEndpoint.State oldState, DXEndpoint.State newState)

Parameters

oldState DXEndpoint.State

The old state of endpoint.

newState DXEndpoint.State

The new state of endpoint.