iControl.LocalLBProfilePersistence.get_cookie_persistence_method C# (CSharp) Method

get_cookie_persistence_method() private method

private get_cookie_persistence_method ( string profile_names ) : iControl.LocalLBProfileCookiePersistenceMethod[]
profile_names string
return 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