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

Begincreate_v2() public méthode

public Begincreate_v2 ( ManagementEventSubscriptionSubscriptionDetailsV2 sub_detail_list, System callback, object asyncState ) : System.IAsyncResult
sub_detail_list ManagementEventSubscriptionSubscriptionDetailsV2
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begincreate_v2(ManagementEventSubscriptionSubscriptionDetailsV2 [] sub_detail_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_v2", new object[] {
            sub_detail_list}, callback, asyncState);
        }