コード例 #1
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void GetServerTimeZonesAsync(GetServerTimeZonesType GetServerTimeZones1, object userState) {
     if ((this.GetServerTimeZonesOperationCompleted == null)) {
         this.GetServerTimeZonesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetServerTimeZonesOperationCompleted);
     }
     this.InvokeAsync("GetServerTimeZones", new object[] {
                 GetServerTimeZones1}, this.GetServerTimeZonesOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: zhsh1241/Sconit5_Shenya
 /// <remarks/>
 public void GetServerTimeZonesAsync(GetServerTimeZonesType GetServerTimeZones1) {
     this.GetServerTimeZonesAsync(GetServerTimeZones1, null);
 }