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

Beginset_first_occurrence() 공개 메소드

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