IStreamWrapper
StockSharp.Plaza.Native
データのレプリケーションストリーム。
実装: IDisposable
プロパティ
ObjectState
public ObjectStates ObjectState { get; }
value = iStreamWrapper.ObjectState
オブジェクトのステータス。
メソッド
イベント
DataBegin
public event Action DataBegin
iStreamWrapper.DataBegin += handler
トランザクションの開始通知で、レプリケーションサーバーからデータパケットを処理する。
DataCleared
public event Action<PlazaTable, long> DataCleared
iStreamWrapper.DataCleared += handler
審査者とデータベースからのすべてのレコードを削除した通知は、最小サーバーよりも少ないです。
DataEnd
public event Action DataEnd
iStreamWrapper.DataEnd += handler
トランザクションの終了時に、レプリケーションサーバからデータパケットを処理するための通知。
DataInserted
public event Action<PlazaTable, IPlazaRecord> DataInserted
iStreamWrapper.DataInserted += handler
DBへのエントリー通知
LifeNumChanged
public event Action<int> LifeNumChanged
iStreamWrapper.LifeNumChanged += handler
サーバのレプリケーション方式における生活数の変化通知
StateChanged
public event Action<ObjectStates> StateChanged
iStreamWrapper.StateChanged += handler
転写データの流入状態の変化通知