iControl.ManagementEventSubscription.Beginmodify C# (CSharp) Method

Beginmodify() public method

public Beginmodify ( ManagementEventSubscriptionSubscriptionDefinition sub_def_list, System callback, object asyncState ) : System.IAsyncResult
sub_def_list ManagementEventSubscriptionSubscriptionDefinition
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginmodify(ManagementEventSubscriptionSubscriptionDefinition [] sub_def_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("modify", new object[] {
            sub_def_list}, callback, asyncState);
        }