iControl.SystemSession.Endget_active_folder C# (CSharp) 메소드

Endget_active_folder() 공개 메소드

public Endget_active_folder ( System asyncResult ) : string
asyncResult System
리턴 string
        public string Endget_active_folder(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
SystemSession