iControl.NetworkingProfileFEC.Beginset_source_adaptive_state C# (CSharp) Method

Beginset_source_adaptive_state() public method

public Beginset_source_adaptive_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_source_adaptive_state(string [] profile_names,CommonProfileEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_source_adaptive_state", new object[] {
            profile_names,
            states}, callback, asyncState);
        }
NetworkingProfileFEC