iControl.PEMForwardingEndpoint.get_persistence_type C# (CSharp) Method

get_persistence_type() private method

private get_persistence_type ( string endpoints ) : PEMPersistenceType[]
endpoints string
return PEMPersistenceType[]
        public PEMPersistenceType[] get_persistence_type(
		string [] endpoints
	)
        {
            object [] results = this.Invoke("get_persistence_type", new object [] {
                endpoints});
            return ((PEMPersistenceType [])(results[0]));
        }