iControl.NetworkingRouteDomainV2.Beginget_strict_state C# (CSharp) Method

Beginget_strict_state() public method

public Beginget_strict_state ( string route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_strict_state(string [] route_domains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_strict_state", new object[] {
            route_domains}, callback, asyncState);
        }
NetworkingRouteDomainV2