iControl.ManagementUserManagement.Beginset_group_id C# (CSharp) Method

Beginset_group_id() public method

public Beginset_group_id ( string user_names, long gids, System callback, object asyncState ) : System.IAsyncResult
user_names string
gids long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_group_id(string [] user_names,long [] gids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_group_id", new object[] {
            user_names,
            gids}, callback, asyncState);
        }
ManagementUserManagement