iControl.LocalLBProfileTCP.Beginget_fast_open_cookie_expiration C# (CSharp) Méthode

Beginget_fast_open_cookie_expiration() public méthode

public Beginget_fast_open_cookie_expiration ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_fast_open_cookie_expiration(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fast_open_cookie_expiration", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileTCP