iControl.ASMPolicy.Beginexport_policy_xml C# (CSharp) Method

Beginexport_policy_xml() public method

public Beginexport_policy_xml ( string policy_name, string filename, System callback, object asyncState ) : System.IAsyncResult
policy_name string
filename string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginexport_policy_xml(string policy_name,string filename, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("export_policy_xml", new object[] {
            policy_name,
            filename}, callback, asyncState);
        }
ASMPolicy