iControl.LocalLBProfilePersistence.get_cookie_persistence_method C# (CSharp) Метод

get_cookie_persistence_method() приватный Метод

private get_cookie_persistence_method ( string profile_names ) : iControl.LocalLBProfileCookiePersistenceMethod[]
profile_names string
Результат iControl.LocalLBProfileCookiePersistenceMethod[]
        public LocalLBProfileCookiePersistenceMethod[] get_cookie_persistence_method(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_cookie_persistence_method", new object [] {
                profile_names});
            return ((LocalLBProfileCookiePersistenceMethod [])(results[0]));
        }
LocalLBProfilePersistence