iControl.LocalLBProfileRTSP.Endget_log_profile C# (CSharp) 메소드

Endget_log_profile() 공개 메소드

public Endget_log_profile ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]
        public LocalLBProfileString[] Endget_log_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileRTSP