/// <remarks/>
 public void CreateLinkAsync(CreateLinkRequest CreateLinkRequest)
 {
     this.CreateLinkAsync(CreateLinkRequest, null);
 }
 /// <remarks/>
 public void CreateLinkAsync(CreateLinkRequest CreateLinkRequest, object userState)
 {
     if ((this.CreateLinkOperationCompleted == null))
     {
         this.CreateLinkOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateLinkOperationCompleted);
     }
     this.InvokeAsync("CreateLink", new object[] {
             CreateLinkRequest}, this.CreateLinkOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginCreateLink(CreateLinkRequest CreateLinkRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("CreateLink", new object[] {
             CreateLinkRequest}, callback, asyncState);
 }