コード例 #1
0
ファイル: Reference.cs プロジェクト: StevenTeglman/PlantR
 public System.Threading.Tasks.Task <PlantRTests.PlantRRef.CompositeType> GetDataUsingDataContractAsync(PlantRTests.PlantRRef.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: StevenTeglman/PlantR
 public PlantRTests.PlantRRef.CompositeType GetDataUsingDataContract(PlantRTests.PlantRRef.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }