iControl.PEMForwardingEndpoint.get_lsn_pool C# (CSharp) Method

get_lsn_pool() private method

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