iControl.ManagementEventSubscription.Beginget_max_timeslice C# (CSharp) Méthode

Beginget_max_timeslice() public méthode

public Beginget_max_timeslice ( string id_list, System callback, object asyncState ) : System.IAsyncResult
id_list string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_max_timeslice(string [] id_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_max_timeslice", new object[] {
            id_list}, callback, asyncState);
        }