예제 #1
0
        public RemoteAttachment addAttachment(string in0, RemoteAttachment in1, [SoapElement(DataType = "base64Binary")] byte[] in2)
        {
            object[] results = this.Invoke("addAttachment1", new object[] {
                in0,
                in1,
                in2
            });

            return((RemoteAttachment)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void addAttachment1Async(string in0, RemoteAttachment in1, byte[] in2, object userState)
 {
     if ((this.addAttachment1OperationCompleted == null))
     {
         this.addAttachment1OperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddAttachment1OperationCompleted);
     }
     this.InvokeAsync("addAttachment1", new object[] {
         in0,
         in1,
         in2
     }, this.addAttachment1OperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void addAttachment1Async(string in0, RemoteAttachment in1, byte[] in2)
 {
     this.addAttachment1Async(in0, in1, in2, null);
 }
예제 #4
0
 /// <remarks/>
 public void addAttachmentAsync(string in0, long in1, RemoteAttachment in2, byte[] in3)
 {
     this.addAttachmentAsync(in0, in1, in2, in3, null);
 }