iControl.LogDestinationManagementPort.Beginset_log_protocol C# (CSharp) Method

Beginset_log_protocol() public method

public Beginset_log_protocol ( string destinations, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
protocols LogLogProtocol
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_log_protocol(string [] destinations,LogLogProtocol [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_log_protocol", new object[] {
            destinations,
            protocols}, callback, asyncState);
        }