iControl.LocalLBProfileAnalytics.Beginset_user_sessions_timeout C# (CSharp) Method

Beginset_user_sessions_timeout() public method

public Beginset_user_sessions_timeout ( string profile_names, LocalLBProfileAnalyticsProfileSessionTimeout timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts LocalLBProfileAnalyticsProfileSessionTimeout
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_user_sessions_timeout(string [] profile_names,LocalLBProfileAnalyticsProfileSessionTimeout [] timeouts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_user_sessions_timeout", new object[] {
            profile_names,
            timeouts}, callback, asyncState);
        }
LocalLBProfileAnalytics