iControl.NetworkingRouterAdvertisement.Beginget_other_configuration_flag_state C# (CSharp) Method

Beginget_other_configuration_flag_state() public method

public Beginget_other_configuration_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult
ras string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_other_configuration_flag_state(string [] ras, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_other_configuration_flag_state", new object[] {
            ras}, callback, asyncState);
        }
NetworkingRouterAdvertisement