Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/09 18:26:46 (15 years ago)
Author:
svonolfe
Message:

Changed SendJobResult Interface (#351)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/HeuristicLab.Hive.Contracts.BusinessObjects1.xsd

    r1007 r1103  
    22<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    33  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    4   <xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
    54  <xs:complexType name="ClientInfo">
    65    <xs:complexContent mixed="false">
     
    5958      <xs:element minOccurs="0" name="Id" type="xs:long" />
    6059      <xs:element minOccurs="0" name="ParentJob" nillable="true" type="tns:Job" />
     60      <xs:element minOccurs="0" name="Percentage" type="xs:double" />
    6161      <xs:element minOccurs="0" name="State" type="tns:State" />
    6262    </xs:sequence>
    6363  </xs:complexType>
    6464  <xs:element name="Job" nillable="true" type="tns:Job" />
    65   <xs:complexType name="JobResult">
    66     <xs:sequence>
    67       <xs:element minOccurs="0" name="Client" nillable="true" type="tns:ClientInfo" />
    68       <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q1:Exception" />
    69       <xs:element minOccurs="0" name="Id" type="xs:long" />
    70       <xs:element minOccurs="0" name="Job" nillable="true" type="tns:Job" />
    71       <xs:element minOccurs="0" name="Result" nillable="true" type="xs:base64Binary" />
    72     </xs:sequence>
    73   </xs:complexType>
    74   <xs:element name="JobResult" nillable="true" type="tns:JobResult" />
    7565</xs:schema>
Note: See TracChangeset for help on using the changeset viewer.