BTXPortBase.SendFault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void SendFault(int iOperation, int iFaultType, Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ initCorrelations, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ followCorrelations, Microsoft::XLANGs::Core::Context ^ cxt, Microsoft::XLANGs::Core::Segment ^ seg, Microsoft::XLANGs::Core::ActivityFlags flags);
public override void SendFault (int iOperation, int iFaultType, Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Correlation[] initCorrelations, Microsoft.XLANGs.Core.Correlation[] followCorrelations, Microsoft.XLANGs.Core.Context cxt, Microsoft.XLANGs.Core.Segment seg, Microsoft.XLANGs.Core.ActivityFlags flags);
override this.SendFault : int * int * Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Context * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.ActivityFlags -> unit
Public Overrides Sub SendFault (iOperation As Integer, iFaultType As Integer, msg As XLANGMessage, initCorrelations As Correlation(), followCorrelations As Correlation(), cxt As Context, seg As Segment, flags As ActivityFlags)
Parameters
- iOperation
- Int32
- iFaultType
- Int32
- msg
- XLANGMessage
- initCorrelations
- Correlation[]
- followCorrelations
- Correlation[]
- cxt
- Context
- seg
- Segment
- flags
- ActivityFlags