iControl.LogDestinationRemoteHighSpeedLog.create_v2 C# (CSharp) Method

create_v2() private method

private create_v2 ( string destinations, string pools, LogLogProtocol protocols ) : void
destinations string
pools string
protocols LogLogProtocol
return void
        public void create_v2(
		string [] destinations,
		string [] pools,
		LogLogProtocol [] protocols
	)
        {
            this.Invoke("create_v2", new object [] {
                destinations,
                pools,
                protocols});
        }