iControl.iCallPeriodicHandler.Beginset_first_occurrence C# (CSharp) Method

Beginset_first_occurrence() public method

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