예제 #1
0
 /// <remarks/>
 public void GetLanguageIDAsync(AuthorizationType Authorization, GetLanguageIDType parameters) {
     this.GetLanguageIDAsync(Authorization, parameters, null);
 }
예제 #2
0
 /// <remarks/>
 public void GetLanguageIDAsync(AuthorizationType Authorization, GetLanguageIDType parameters, object userState) {
     if ((this.GetLanguageIDOperationCompleted == null)) {
         this.GetLanguageIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLanguageIDOperationCompleted);
     }
     this.InvokeAsync("GetLanguageID", new object[] {
                 Authorization,
                 parameters}, this.GetLanguageIDOperationCompleted, userState);
 }
예제 #3
0
 public GetLanguageIDResponseType GetLanguageID(AuthorizationType Authorization, GetLanguageIDType parameters) {
     object[] results = this.Invoke("GetLanguageID", new object[] {
                 Authorization,
                 parameters});
     return ((GetLanguageIDResponseType)(results[0]));
 }