SyncBEResponse Constructor (Int32, String) |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SyncBEResponse(
int httpResponseCode,
string errorMessage
)
Public Sub New (
httpResponseCode As Integer,
errorMessage As String
)
public:
SyncBEResponse(
int httpResponseCode,
String^ errorMessage
)
new :
httpResponseCode : int *
errorMessage : string -> SyncBEResponseParameters
- httpResponseCode
- Type: SystemInt32
- errorMessage
- Type: SystemString
See Also