Dev2.Core.Tests.Workflows.WorkflowInputDataViewModelMock.SendExecuteRequest C# (CSharp) Method

SendExecuteRequest() protected method

protected SendExecuteRequest ( System.Xml.Linq.XElement payload ) : void
payload System.Xml.Linq.XElement
return void
        protected override void SendExecuteRequest(XElement payload)
        {
            SendExecuteRequestHitCount++;
            SendExecuteRequestPayload = payload;
        }