iControl.LocalLBProfileStream.Endget_source_string C# (CSharp) 메소드

Endget_source_string() 공개 메소드

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