iControl.LocalLBProfileFastHttp.Endget_layer7_state C# (CSharp) Метод

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

public Endget_layer7_state ( System asyncResult ) : LocalLBProfileEnabledState[]
asyncResult System
Результат LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_layer7_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileFastHttp