iControl.WebAcceleratorPolicies.Beginexport_policy C# (CSharp) Метод

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

public Beginexport_policy ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult
filenames string
policy_names string
overwrites bool
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginexport_policy(string [] filenames,string [] policy_names,bool [] overwrites, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("export_policy", new object[] {
            filenames,
            policy_names,
            overwrites}, callback, asyncState);
        }