iControl.LogDestinationArcSight.Begincreate C# (CSharp) Method

Begincreate() public method

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