SyncBEResponse Constructor (Int32, ListInfoMessage) |
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,
List<InfoMessage> infoMessages
)
Public Sub New (
httpResponseCode As Integer,
infoMessages As List(Of InfoMessage)
)
public:
SyncBEResponse(
int httpResponseCode,
List<InfoMessage^>^ infoMessages
)
new :
httpResponseCode : int *
infoMessages : List<InfoMessage> -> SyncBEResponseParameters
- httpResponseCode
- Type: SystemInt32
- infoMessages
- Type: System.Collections.GenericListInfoMessage
See Also