MicroServiceManager.AddMicroserviceWorkItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Guid> AddMicroserviceWorkItem (byte[] payLoad, int minutes, Microsoft.SharePoint.Client.MicroServiceWorkItemProperties properties);
member this.AddMicroserviceWorkItem : byte[] * int * Microsoft.SharePoint.Client.MicroServiceWorkItemProperties -> Microsoft.SharePoint.Client.ClientResult<Guid>
Public Function AddMicroserviceWorkItem (payLoad As Byte(), minutes As Integer, properties As MicroServiceWorkItemProperties) As ClientResult(Of Guid)
Parameters
- payLoad
- Byte[]
- minutes
- Int32
- properties
- MicroServiceWorkItemProperties
Returns
- Attributes