iControl.ManagementEventSubscription.Beginset_authentication C# (CSharp) Method

Beginset_authentication() public method

public Beginset_authentication ( string id_list, ManagementEventSubscriptionUserCredential credential_list, System callback, object asyncState ) : System.IAsyncResult
id_list string
credential_list ManagementEventSubscriptionUserCredential
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_authentication(string [] id_list,ManagementEventSubscriptionUserCredential [] credential_list, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_authentication", new object[] {
            id_list,
            credential_list}, callback, asyncState);
        }