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

Beginget_first_occurrence() public méthode

public Beginget_first_occurrence ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_first_occurrence(string [] handlers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_first_occurrence", new object[] {
            handlers}, callback, asyncState);
        }