iControl.PEMForwardingEndpoint.get_pool C# (CSharp) Method

get_pool() private method

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