Microsoft.Protocols.TestSuites.MS_DWSS.DwsSoap.BeginRemoveDwsUser C# (CSharp) 메소드

BeginRemoveDwsUser() 공개 메소드

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