예제 #1
0
 public GlobalSingleInstanceResponseOutcome(OutcomeState state, AddressAndTag remoteOwnerAddress, string remoteOwnerCluster)
 {
     this.State = state;
     this.RemoteOwnerAddress = remoteOwnerAddress;
     this.RemoteOwnerCluster = remoteOwnerCluster;
 }
 public GlobalSingleInstanceResponseOutcome(OutcomeState state, AddressAndTag remoteOwnerAddress, string remoteOwnerCluster)
 {
     this.State = state;
     this.RemoteOwnerAddress = remoteOwnerAddress;
     this.RemoteOwnerCluster = remoteOwnerCluster;
 }