iControl.LocalLBProfileICAP.Beginset_preview_length C# (CSharp) Method

Beginset_preview_length() public method

public Beginset_preview_length ( 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_preview_length(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_preview_length", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileICAP