コード例 #1
0
        public ZetaUploaderCommunicationClientTransferResult2 SendFile2(ZetaUploaderCommunicationClientTransferInformation2 information)
        {
            var results = this.Invoke("SendFile2", new object[] {
                information
            });

            return((ZetaUploaderCommunicationClientTransferResult2)(results[0]));
        }
コード例 #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);
 }
コード例 #3
0
 /// <remarks/>
 public void SendFile2Async(ZetaUploaderCommunicationClientTransferInformation2 information)
 {
     this.SendFile2Async(information, null);
 }