/// <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); }
/// <remarks/> public void GetServerTimeZonesAsync(GetServerTimeZonesType GetServerTimeZones1) { this.GetServerTimeZonesAsync(GetServerTimeZones1, null); }