コード例 #1
0
ファイル: Reference.cs プロジェクト: HydroRifle/WPMDP
 private object[] OnEndGetServerInfo(System.IAsyncResult result)
 {
     WindowsPhone.Recipes.Push.Client.Services.ServerInfo retVal = ((WindowsPhone.Recipes.Push.Client.Services.IPushService)(this)).EndGetServerInfo(result);
     return(new object[] {
         retVal
     });
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: HydroRifle/WPMDP
 public WindowsPhone.Recipes.Push.Client.Services.ServerInfo EndGetServerInfo(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     WindowsPhone.Recipes.Push.Client.Services.ServerInfo _result = ((WindowsPhone.Recipes.Push.Client.Services.ServerInfo)(base.EndInvoke("GetServerInfo", _args, result)));
     return(_result);
 }