iControl.PEMForwardingEndpoint.set_persistence_type C# (CSharp) Method

set_persistence_type() private method

private set_persistence_type ( string endpoints, PEMPersistenceType types ) : void
endpoints string
types PEMPersistenceType
return void
        public void set_persistence_type(
		string [] endpoints,
		PEMPersistenceType [] types
	)
        {
            this.Invoke("set_persistence_type", new object [] {
                endpoints,
                types});
        }