iControl.PEMForwardingEndpoint.set_pool C# (CSharp) Method

set_pool() private method

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