iControl.LocalLBProfileSPDY.Beginget_compression_level C# (CSharp) Метод

Beginget_compression_level() публичный Метод

public Beginget_compression_level ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Результат 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