Share via


SuccessFailurePort Class

Microsoft Robotics Class Reference

Port collection with ports typed for SuccessResult and Exception

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public class SuccessFailurePort : PortSet<SuccessResult, Exception>

Remarks

This port type is appropriate as the result port type for generic request/response interactions

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'SuccessResult, Exception> ) > ) >
    Microsoft.Ccr.Core..::..SuccessFailurePort

See Also

SuccessFailurePort Members

Microsoft.Ccr.Core Namespace