Ejemplo n.º 1
0
 public ZetaUploaderCommunicationClientTransferResult2 SendFile2(ZetaUploaderCommunicationClientTransferInformation2 information)
 {
     object[] results = this.Invoke("SendFile2", new object[] {
         information
     });
     return((ZetaUploaderCommunicationClientTransferResult2)(results[0]));
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void SendFile2Async(ZetaUploaderCommunicationClientTransferInformation2 information, object userState)
 {
     if ((this.SendFile2OperationCompleted == null))
     {
         this.SendFile2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendFile2OperationCompleted);
     }
     this.InvokeAsync("SendFile2", new object[] {
         information
     }, this.SendFile2OperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void SendFile2Async(ZetaUploaderCommunicationClientTransferInformation2 information)
 {
     this.SendFile2Async(information, null);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public void SendFile2Async(ZetaUploaderCommunicationClientTransferInformation2 information, object userState) {
     if ((this.SendFile2OperationCompleted == null)) {
         this.SendFile2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendFile2OperationCompleted);
     }
     this.InvokeAsync("SendFile2", new object[] {
                 information}, this.SendFile2OperationCompleted, userState);
 }
Ejemplo n.º 5
0
 /// <remarks/>
 public void SendFile2Async(ZetaUploaderCommunicationClientTransferInformation2 information) {
     this.SendFile2Async(information, null);
 }
Ejemplo n.º 6
0
 public ZetaUploaderCommunicationClientTransferResult2 SendFile2(ZetaUploaderCommunicationClientTransferInformation2 information) {
     object[] results = this.Invoke("SendFile2", new object[] {
                 information});
     return ((ZetaUploaderCommunicationClientTransferResult2)(results[0]));
 }