iControl.LocalLBProfileClientSSL.Endget_ssl_maximum_aggregate_renegotiations_per_minute C# (CSharp) Méthode

Endget_ssl_maximum_aggregate_renegotiations_per_minute() public méthode

public Endget_ssl_maximum_aggregate_renegotiations_per_minute ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
Résultat iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_ssl_maximum_aggregate_renegotiations_per_minute(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileClientSSL