iControl.LocalLBProfileSPDY.Beginget_compression_level C# (CSharp) Méthode

Beginget_compression_level() public méthode

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