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