iControl.SecurityIPIntelligenceGlobalPolicy.Beginget_policy C# (CSharp) Method

Beginget_policy() public method

public Beginget_policy ( string global_policies, System callback, object asyncState ) : System.IAsyncResult
global_policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_policy(string [] global_policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_policy", new object[] {
            global_policies}, callback, asyncState);
        }