iControl.ManagementEventSubscription.Begincreate_v2 C# (CSharp) Method

Begincreate_v2() public method

public Begincreate_v2 ( ManagementEventSubscriptionSubscriptionDetailsV2 sub_detail_list, System callback, object asyncState ) : System.IAsyncResult
sub_detail_list ManagementEventSubscriptionSubscriptionDetailsV2
callback System
asyncState object
return 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);
        }