iControl.LogDestinationRemoteHighSpeedLog.Begincreate_v2 C# (CSharp) Method

Begincreate_v2() public method

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