public void set_remote_storage_base( string [] logprof_names, ASMLoggingRemoteStorageBase [] remote_storage_bases ) { this.Invoke("set_remote_storage_base", new object [] { logprof_names, remote_storage_bases}); }
public System.IAsyncResult Beginset_remote_storage_base(string [] logprof_names,ASMLoggingRemoteStorageBase [] remote_storage_bases, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_remote_storage_base", new object[] { logprof_names, remote_storage_bases}, callback, asyncState); }