public LoadReport2Response(ExecutionHeader ExecutionHeader, ServerInfoHeader ServerInfoHeader, TrustedUserHeader TrustedUserHeader, ExecutionInfo2 executionInfo)
 {
     this.ExecutionHeader   = ExecutionHeader;
     this.ServerInfoHeader  = ServerInfoHeader;
     this.TrustedUserHeader = TrustedUserHeader;
     this.executionInfo     = executionInfo;
 }
Example #2
0
 public GetExecutionInfo3Response(ExecutionInfo3 executionInfo, ServerInfoHeader ServerInfoHeader)
 {
     this.executionInfo    = executionInfo;
     this.ServerInfoHeader = ServerInfoHeader;
 }