iControl.LocalLBDataGroupFile.Beginget_modifier C# (CSharp) Метод

Beginget_modifier() публичный Метод

public Beginget_modifier ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_modifier(string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_modifier", new object[] {
            files}, callback, asyncState);
        }