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

Beginset_last_occurrence() 공개 메소드

public Beginset_last_occurrence ( string handlers, iCallPeriodicHandlerExpiry occurrences, System callback, object asyncState ) : System.IAsyncResult
handlers string
occurrences iCallPeriodicHandlerExpiry
callback System
asyncState object
리턴 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);
        }