iControl.LocalLBProfileRTSP.Endget_check_source_state C# (CSharp) Méthode

Endget_check_source_state() public méthode

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