CallCompensationAttribute Constructor
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:
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[]