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