iControl.ASMPolicy.Beginupload_policy C# (CSharp) Method

Beginupload_policy() public method

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
return 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