iControl.iCallPeriodicHandler.Beginget_last_occurrence C# (CSharp) 메소드

Beginget_last_occurrence() 공개 메소드

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