コード例 #1
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 public System.Threading.Tasks.Task <WebApi.VytlacokWsdlReference.insertResponse> insertAsync(string team_id, string team_password, WebApi.VytlacokWsdlReference.Vytlacok Vytlacok)
 {
     WebApi.VytlacokWsdlReference.insertRequest inValue = new WebApi.VytlacokWsdlReference.insertRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.Vytlacok      = Vytlacok;
     return(((WebApi.VytlacokWsdlReference.Team024VytlacokPortType)(this)).insertAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 public int insert(string team_id, string team_password, WebApi.VytlacokWsdlReference.Vytlacok Vytlacok)
 {
     WebApi.VytlacokWsdlReference.insertRequest inValue = new WebApi.VytlacokWsdlReference.insertRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.Vytlacok      = Vytlacok;
     WebApi.VytlacokWsdlReference.insertResponse retVal = ((WebApi.VytlacokWsdlReference.Team024VytlacokPortType)(this)).insert(inValue);
     return(retVal.id);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 System.Threading.Tasks.Task <WebApi.VytlacokWsdlReference.insertResponse> WebApi.VytlacokWsdlReference.Team024VytlacokPortType.insertAsync(WebApi.VytlacokWsdlReference.insertRequest request)
 {
     return(base.Channel.insertAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 WebApi.VytlacokWsdlReference.insertResponse WebApi.VytlacokWsdlReference.Team024VytlacokPortType.insert(WebApi.VytlacokWsdlReference.insertRequest request)
 {
     return(base.Channel.insert(request));
 }