iControl.GlobalLBDNSSECZone.Beginget_secure_entry_point C# (CSharp) Method

Beginget_secure_entry_point() public method

public Beginget_secure_entry_point ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_secure_entry_point(string [] zones, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_secure_entry_point", new object[] {
            zones}, callback, asyncState);
        }
GlobalLBDNSSECZone