Initializes a new instance of the XHRResponse class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public XHRResponse( Object successMessage ) |
Visual Basic |
---|
Public Sub New ( _ successMessage As Object _ ) |
Visual C++ |
---|
public: XHRResponse( Object^ successMessage ) |
Parameters
- successMessage
- Type: System..::..Object