iControl.ManagementEventSubscription.Beginget_min_events_per_timeslice C# (CSharp) 메소드

Beginget_min_events_per_timeslice() 공개 메소드

public Beginget_min_events_per_timeslice ( string id_list, System callback, object asyncState ) : System.IAsyncResult
id_list string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_min_events_per_timeslice(string [] id_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_min_events_per_timeslice", new object[] {
            id_list}, callback, asyncState);
        }