UpsertCaseHandler Method

Microsoft Robotics Class Reference

Test base Upsert handler

Namespace:  Microsoft.Dss.Services.Test
Assembly:  Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0

Syntax

[ServiceHandlerAttribute(ServiceHandlerBehavior.Exclusive)]
public IEnumerator<ITask> UpsertCaseHandler(
    UpsertCase upsert
)
'Declaration
<ServiceHandlerAttribute(ServiceHandlerBehavior.Exclusive)> _
Public Function UpsertCaseHandler ( _
    upsert As UpsertCase _
) As IEnumerator(Of ITask)
[ServiceHandlerAttribute(ServiceHandlerBehavior::Exclusive)]
public:
IEnumerator<ITask^>^ UpsertCaseHandler(
    UpsertCase^ upsert
)

Parameters

See Also

TestBase Class

Microsoft.Dss.Services.Test Namespace