Esempio n. 1
0
 /// <remarks/>
 public void GetJoinNowURLAsync(AuthorizationType Authorization, GetJoinNowURLType parameters) {
     this.GetJoinNowURLAsync(Authorization, parameters, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetJoinNowURLAsync(AuthorizationType Authorization, GetJoinNowURLType parameters, object userState) {
     if ((this.GetJoinNowURLOperationCompleted == null)) {
         this.GetJoinNowURLOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetJoinNowURLOperationCompleted);
     }
     this.InvokeAsync("GetJoinNowURL", new object[] {
                 Authorization,
                 parameters}, this.GetJoinNowURLOperationCompleted, userState);
 }
Esempio n. 3
0
 public GetJoinNowURLResponseType GetJoinNowURL(AuthorizationType Authorization, GetJoinNowURLType parameters) {
     object[] results = this.Invoke("GetJoinNowURL", new object[] {
                 Authorization,
                 parameters});
     return ((GetJoinNowURLResponseType)(results[0]));
 }