CallCompensationAttribute Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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())
Parámetros
- callCompensationInfo
- EXLangSCallCompensationInfo
- calledServices
- String[]
- compensatedServices
- String[]