iControl.PEMForwardingEndpoint.set_lsn_pool C# (CSharp) Method

set_lsn_pool() private method

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