iControl.ASMPolicy.get_cookie_length C# (CSharp) Method

get_cookie_length() private method

private get_cookie_length ( string policy_names ) : long[]
policy_names string
return long[]
        public long[] get_cookie_length(
		string [] policy_names
	)
        {
            object [] results = this.Invoke("get_cookie_length", new object [] {
                policy_names});
            return ((long [])(results[0]));
        }
ASMPolicy