iControl.PEMForwardingEndpoint.create C# (CSharp) Method

create() private method

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