iControl.LocalLBDataGroupFile.Beginget_size C# (CSharp) 메소드

Beginget_size() 공개 메소드

public Beginget_size ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_size(string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_size", new object[] {
            files}, callback, asyncState);
        }