次の方法で共有


NotifyTransactionChangedEventArgs コンストラクター

定義

の新しいインスタンスを初期化します。

public NotifyTransactionChangedEventArgs (Microsoft.ServiceFabric.Data.ITransaction transaction, Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs : Microsoft.ServiceFabric.Data.ITransaction * Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs
Public Sub New (transaction As ITransaction, action As NotifyTransactionChangedAction)

パラメーター

transaction
ITransaction

変更に関連するトランザクション。

action
NotifyTransactionChangedAction

通知の種類。

適用対象