iControl.NetworkingProfileFEC.Beginset_keepalive_interval C# (CSharp) Method

Beginset_keepalive_interval() public method

public Beginset_keepalive_interval ( string profile_names, CommonProfileULong intervals, System callback, object asyncState ) : System.IAsyncResult
profile_names string
intervals CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_keepalive_interval(string [] profile_names,CommonProfileULong [] intervals, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_keepalive_interval", new object[] {
            profile_names,
            intervals}, callback, asyncState);
        }
NetworkingProfileFEC