iControl.LogDestinationRemoteHighSpeedLog.Beginset_log_protocol_v2 C# (CSharp) Method

Beginset_log_protocol_v2() public method

public Beginset_log_protocol_v2 ( 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_v2(string [] destinations,LogLogProtocol [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_log_protocol_v2", new object[] {
            destinations,
            protocols}, callback, asyncState);
        }