public void set_user_sessions_timeout(
		string [] profile_names,
		LocalLBProfileAnalyticsProfileSessionTimeout [] timeouts
	)
        {
            this.Invoke("set_user_sessions_timeout", new object [] {
                profile_names,
                timeouts});
        }
 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);
 }