UpsertCase Method (UpsertCaseRequest)
Microsoft Robotics Class Reference
Namespace: Microsoft.Dss.Services.Test.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0
Syntax
public virtual PortSet<TestCaseState, Fault> UpsertCase(
UpsertCaseRequest body
)
'Declaration
Public Overridable Function UpsertCase ( _
body As UpsertCaseRequest _
) As PortSet(Of TestCaseState, Fault)
public:
virtual PortSet<TestCaseState^, Fault^>^ UpsertCase(
UpsertCaseRequest^ body
)