iControl.LogDestinationIPFIX.Begincreate C# (CSharp) Method

Begincreate() public method

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