iControl.ASMPolicy.Beginupload_policy C# (CSharp) Метод

Beginupload_policy() публичный Метод

public Beginupload_policy ( string policy_name, ASMFileTransferContext file_context, System callback, object asyncState ) : System.IAsyncResult
policy_name string
file_context ASMFileTransferContext
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginupload_policy(string policy_name,ASMFileTransferContext file_context, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("upload_policy", new object[] {
            policy_name,
            file_context}, callback, asyncState);
        }
ASMPolicy