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

BeginFindDwsDoc() public method

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