예제 #1
0
 /// <remarks/>
 public void GetJoinURLAsync(AuthorizationType Authorization, GetJoinURLType parameters) {
     this.GetJoinURLAsync(Authorization, parameters, null);
 }
예제 #2
0
 /// <remarks/>
 public void GetJoinURLAsync(AuthorizationType Authorization, GetJoinURLType parameters, object userState) {
     if ((this.GetJoinURLOperationCompleted == null)) {
         this.GetJoinURLOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetJoinURLOperationCompleted);
     }
     this.InvokeAsync("GetJoinURL", new object[] {
                 Authorization,
                 parameters}, this.GetJoinURLOperationCompleted, userState);
 }
예제 #3
0
 public GetJoinURLResponseType GetJoinURL(AuthorizationType Authorization, GetJoinURLType parameters) {
     object[] results = this.Invoke("GetJoinURL", new object[] {
                 Authorization,
                 parameters});
     return ((GetJoinURLResponseType)(results[0]));
 }