iControl.LogDestinationManagementPort.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string destinations, string addresses, long ports, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
addresses string
ports long
protocols LogLogProtocol
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] destinations,string [] addresses,long [] ports,LogLogProtocol [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            destinations,
            addresses,
            ports,
            protocols}, callback, asyncState);
        }