iControl.NetworkingRouterAdvertisement.Beginget_other_configuration_flag_state C# (CSharp) 메소드

Beginget_other_configuration_flag_state() 공개 메소드

public Beginget_other_configuration_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult
ras string
callback System
asyncState object
리턴 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