Microsoft.Protocols.TestSuites.MS_DWSS.DwsSoap.BeginRemoveDwsUser C# (CSharp) Method

BeginRemoveDwsUser() public method

public BeginRemoveDwsUser ( string id, System callback, object asyncState ) : System.IAsyncResult
id string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginRemoveDwsUser(string id, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("RemoveDwsUser", new object[] {
                        id}, callback, asyncState);
        }