IStreamWrapper

StockSharp.Plaza.Native

データのレプリケーションストリーム。

実装: IDisposable

プロパティ

ObjectState
public ObjectStates ObjectState { get; }
value = iStreamWrapper.ObjectState

オブジェクトのステータス。

メソッド

Close
public void Close()
iStreamWrapper.Close()

流れを閉じる。

Open
public void Open(IEnumerable<PlazaTable> tables)
iStreamWrapper.Open(tables)

複製データストリームを開く。

イベント

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

サーバのレプリケーション方式における生活数の変化通知

Online
public event Action Online
iStreamWrapper.Online += handler

流域の推移をオンライン状態に通知します。

StateChanged
public event Action<ObjectStates> StateChanged
iStreamWrapper.StateChanged += handler

転写データの流入状態の変化通知