iControl.LogDestinationRemoteHighSpeedLog.Beginget_log_distribution C# (CSharp) Method

Beginget_log_distribution() public method

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