iControl.iCallPeriodicHandler.Beginget_last_occurrence C# (CSharp) Method

Beginget_last_occurrence() public method

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