iControl.ManagementEventSubscription.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( ManagementEventSubscriptionSubscriptionDetails sub_detail_list, System callback, object asyncState ) : System.IAsyncResult
sub_detail_list ManagementEventSubscriptionSubscriptionDetails
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(ManagementEventSubscriptionSubscriptionDetails [] sub_detail_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            sub_detail_list}, callback, asyncState);
        }