Share via


CallCompensationAttribute Constructor

Definition

public:
 CallCompensationAttribute(Microsoft::XLANGs::BaseTypes::EXLangSCallCompensationInfo callCompensationInfo, cli::array <System::String ^> ^ calledServices, cli::array <System::String ^> ^ compensatedServices);
public CallCompensationAttribute (Microsoft.XLANGs.BaseTypes.EXLangSCallCompensationInfo callCompensationInfo, string[] calledServices, string[] compensatedServices);
new Microsoft.XLANGs.BaseTypes.CallCompensationAttribute : Microsoft.XLANGs.BaseTypes.EXLangSCallCompensationInfo * string[] * string[] -> Microsoft.XLANGs.BaseTypes.CallCompensationAttribute
Public Sub New (callCompensationInfo As EXLangSCallCompensationInfo, calledServices As String(), compensatedServices As String())

Parameters

callCompensationInfo
EXLangSCallCompensationInfo
calledServices
String[]
compensatedServices
String[]

Applies to