示例#1
0
 public System.IAsyncResult BeginGetFruit(Microsoft.ServiceModel.Samples.FruitType fruitType, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetFruit(fruitType, callback, asyncState));
 }
示例#2
0
 public string GetFruit(Microsoft.ServiceModel.Samples.FruitType fruitType)
 {
     return(base.Channel.GetFruit(fruitType));
 }