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

UpdateDwsDataAsync() public method

public UpdateDwsDataAsync ( string updates, string meetingInstance ) : void
updates string
meetingInstance string
return void
        public void UpdateDwsDataAsync(string updates, string meetingInstance) {
            this.UpdateDwsDataAsync(updates, meetingInstance, null);
        }
        

Same methods

DwsSoap::UpdateDwsDataAsync ( string updates, string meetingInstance, object userState ) : void