コード例 #1
0
 public System.Transactions.Enlistment EnlistVolatile(System.Transactions.ISinglePhaseNotification singlePhaseNotification, System.Transactions.EnlistmentOptions enlistmentOptions)
 {
     throw null;
 }
コード例 #2
0
 public System.Transactions.Enlistment PromoteAndEnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.IPromotableSinglePhaseNotification promotableNotification, System.Transactions.ISinglePhaseNotification enlistmentNotification, System.Transactions.EnlistmentOptions enlistmentOptions)
 {
     throw null;
 }
コード例 #3
0
 public System.Transactions.Enlistment EnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.ISinglePhaseNotification singlePhaseNotification, System.Transactions.EnlistmentOptions enlistmentOptions)
 {
     throw null;
 }
コード例 #4
0
 public System.Transactions.Enlistment EnlistDurable(System.Guid manager, System.Transactions.ISinglePhaseNotification notification, System.Transactions.EnlistmentOptions options)
 {
     throw null;
 }
コード例 #5
0
ファイル: System.Transactions.cs プロジェクト: wudilab/corefx
 public System.Transactions.Enlistment EnlistVolatile(System.Transactions.ISinglePhaseNotification notification, System.Transactions.EnlistmentOptions options)
 {
     return(default(System.Transactions.Enlistment));
 }
コード例 #6
0
ファイル: System.Transactions.cs プロジェクト: wudilab/corefx
 public System.Transactions.Enlistment EnlistDurable(System.Guid manager, System.Transactions.ISinglePhaseNotification notification, System.Transactions.EnlistmentOptions options)
 {
     return(default(System.Transactions.Enlistment));
 }
コード例 #7
0
 public System.Transactions.Enlistment EnlistDurable(System.Guid resourceManagerIdentifier, System.Transactions.ISinglePhaseNotification singlePhaseNotification, System.Transactions.EnlistmentOptions enlistmentOptions)
 {
     return(default(System.Transactions.Enlistment));
 }