iControl.iCallPeriodicHandler.Beginget_last_occurrence C# (CSharp) Méthode

Beginget_last_occurrence() public méthode

public Beginget_last_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
Résultat 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);
        }