iControl.SecurityFirewallPolicy.Endcreate_from_policy C# (CSharp) Method

Endcreate_from_policy() public method

public Endcreate_from_policy ( System asyncResult ) : void
asyncResult System
return void
        public void Endcreate_from_policy(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SecurityFirewallPolicy