Exemplo n.º 1
0
 public MainBalancer.MainServerReference.Plane ChangeType(MainBalancer.MainServerReference.Plane plane, int newType)
 {
     MainBalancer.MainServerReference.ChangeTypeRequest inValue = new MainBalancer.MainServerReference.ChangeTypeRequest();
     inValue.Body         = new MainBalancer.MainServerReference.ChangeTypeRequestBody();
     inValue.Body.plane   = plane;
     inValue.Body.newType = newType;
     MainBalancer.MainServerReference.ChangeTypeResponse retVal = ((MainBalancer.MainServerReference.MainServerServiceSoap)(this)).ChangeType(inValue);
     return(retVal.Body.ChangeTypeResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <MainBalancer.MainServerReference.ChangeTypeResponse> ChangeTypeAsync(MainBalancer.MainServerReference.Plane plane, int newType)
 {
     MainBalancer.MainServerReference.ChangeTypeRequest inValue = new MainBalancer.MainServerReference.ChangeTypeRequest();
     inValue.Body         = new MainBalancer.MainServerReference.ChangeTypeRequestBody();
     inValue.Body.plane   = plane;
     inValue.Body.newType = newType;
     return(((MainBalancer.MainServerReference.MainServerServiceSoap)(this)).ChangeTypeAsync(inValue));
 }
Exemplo n.º 3
0
 public ChangeTypeResponseBody(MainBalancer.MainServerReference.Plane ChangeTypeResult)
 {
     this.ChangeTypeResult = ChangeTypeResult;
 }
Exemplo n.º 4
0
 public ChangeTypeRequestBody(MainBalancer.MainServerReference.Plane plane, int newType)
 {
     this.plane   = plane;
     this.newType = newType;
 }
Exemplo n.º 5
0
 public ChangeNameRequestBody(MainBalancer.MainServerReference.Plane plane, string newName)
 {
     this.plane   = plane;
     this.newName = newName;
 }
Exemplo n.º 6
0
 public NewPlaneResponseBody(MainBalancer.MainServerReference.Plane NewPlaneResult)
 {
     this.NewPlaneResult = NewPlaneResult;
 }