コード例 #1
0
 public LoadReport2Response(ExecutionHeader ExecutionHeader, ServerInfoHeader ServerInfoHeader, TrustedUserHeader TrustedUserHeader, ExecutionInfo2 executionInfo)
 {
     this.ExecutionHeader   = ExecutionHeader;
     this.ServerInfoHeader  = ServerInfoHeader;
     this.TrustedUserHeader = TrustedUserHeader;
     this.executionInfo     = executionInfo;
 }
コード例 #2
0
        public System.Threading.Tasks.Task <LoadReport2Response> LoadReport2Async(LoadReport2Request request)
        {
            System.Threading.Tasks.Task <LoadReport2Response> task = base.Channel.LoadReport2Async(request);
            LoadReport2Response response = task.Result;

            this.ServerInfoHeader  = response.ServerInfoHeader;
            this.TrustedUserHeader = response.TrustedUserHeader;
            this.ExecutionHeader   = response.ExecutionHeader;
            return(task);
        }