iControl.LogDestinationRemoteHighSpeedLog.create C# (CSharp) Method

create() private method

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