A number of constraints apply when you use this pattern.
You can use the Worklight to Microsoft .NET: request-response pattern only if you meet all of the following constraints:
public
. Only static
public
methods can be used by the pattern.
CLR data type | C# data type | VB.NET data type |
---|---|---|
System.Int32 | int | Integer |
System.Int64 | long | Long |
System.Decimal | decimal | Decimal |
System.Double | double | Double |
System.String | string | String |
System.Byte[] | byte[] | Dim myArray() As Byte |
System.Char | char | Char |
System.Boolean | bool | Boolean |
System.DateTime | DateTime | Date |
System.TimeSpan | TimeSpan | TimeSpan |
System.DateTimeOffset | DateTimeOffset | DateTimeOffset |
Back to the Worklight to Microsoft .NET: request-response pattern specification