Beispiel #1
0
 /// <remarks/>
 public void CreateChannelAsync(ChannelCreationInformation channelcreation, object userState)
 {
     if ((this.CreateChannelOperationCompleted == null))
     {
         this.CreateChannelOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateChannelOperationCompleted);
     }
     this.InvokeAsync("CreateChannel", new object[] {
         channelcreation
     }, this.CreateChannelOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void CreateChannelAsync(ChannelCreationInformation channelcreation)
 {
     this.CreateChannelAsync(channelcreation, null);
 }
Beispiel #3
0
 public void CreateChannel([System.Xml.Serialization.XmlElementAttribute("channel-creation", Namespace = "http://www.dis.unina.it/logbus-ng/wsdl")] ChannelCreationInformation channelcreation)
 {
     this.Invoke("CreateChannel", new object[] {
         channelcreation
     });
 }