iControl.LocalLBProfileFIX.Beginset_rate_sample_interval C# (CSharp) Method

Beginset_rate_sample_interval() public method

public Beginset_rate_sample_interval ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_rate_sample_interval(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_rate_sample_interval", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileFIX