iControl.iCallPeriodicHandler.Beginset_last_occurrence C# (CSharp) Method

Beginset_last_occurrence() public method

public Beginset_last_occurrence ( string handlers, iCallPeriodicHandlerExpiry occurrences, System callback, object asyncState ) : System.IAsyncResult
handlers string
occurrences iCallPeriodicHandlerExpiry
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_last_occurrence(string [] handlers,iCallPeriodicHandlerExpiry [] occurrences, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_last_occurrence", new object[] {
            handlers,
            occurrences}, callback, asyncState);
        }