iControl.LogDestinationIPFIX.Beginset_serverssl_profile C# (CSharp) Method

Beginset_serverssl_profile() public method

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