iControl.LocalLBProfileTCP.Beginset_tcp_options C# (CSharp) Method

Beginset_tcp_options() public method

public Beginset_tcp_options ( string profile_names, LocalLBProfileString options, System callback, object asyncState ) : System.IAsyncResult
profile_names string
options LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_tcp_options(string [] profile_names,LocalLBProfileString [] options, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_tcp_options", new object[] {
            profile_names,
            options}, callback, asyncState);
        }
LocalLBProfileTCP