public System.IAsyncResult Begincreate(string [] destinations,string [] pools,LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol [] protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create", new object[] {
     destinations,
     pools,
     protocols}, callback, asyncState);
 }
        public void set_log_protocol(
		string [] destinations,
		LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol [] protocols
	)
        {
            this.Invoke("set_log_protocol", new object [] {
                destinations,
                protocols});
        }
        public void create(
		string [] destinations,
		string [] pools,
		LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol [] protocols
	)
        {
            this.Invoke("create", new object [] {
                destinations,
                pools,
                protocols});
        }