Esempio n. 1
0
 /// <remarks/>
 public void GetLocalTimeByRegionAsync(GetLocalTimeByRegionRequest GetLocalTimeByRegionRequest, object userState) {
     if ((this.GetLocalTimeByRegionOperationCompleted == null)) {
         this.GetLocalTimeByRegionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLocalTimeByRegionOperationCompleted);
     }
     this.InvokeAsync("GetLocalTimeByRegion", new object[] {
                 GetLocalTimeByRegionRequest}, this.GetLocalTimeByRegionOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetLocalTimeByRegionAsync(GetLocalTimeByRegionRequest GetLocalTimeByRegionRequest) {
     this.GetLocalTimeByRegionAsync(GetLocalTimeByRegionRequest, null);
 }