iControl.LogDestinationIPFIX.Beginget_serverssl_profile C# (CSharp) Méthode

Beginget_serverssl_profile() public méthode

public Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_serverssl_profile(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_serverssl_profile", new object[] {
            destinations}, callback, asyncState);
        }