OperationData.CreateMemoryManagedOperationData 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.
Overloads
CreateMemoryManagedOperationData(IEnumerable<MemoryOwner>) |
Creates MemoryManagedOperationData wrapped in a OperationData |
CreateMemoryManagedOperationData(MemoryOwner) |
Creates MemoryManagedOperationData wrapped in a OperationData |
CreateMemoryManagedOperationData(IEnumerable<MemoryOwner>)
Creates MemoryManagedOperationData wrapped in a OperationData
public static System.Fabric.OperationData CreateMemoryManagedOperationData (System.Collections.Generic.IEnumerable<System.Fabric.MemoryOwner> data);
static member CreateMemoryManagedOperationData : seq<System.Fabric.MemoryOwner> -> System.Fabric.OperationData
Public Shared Function CreateMemoryManagedOperationData (data As IEnumerable(Of MemoryOwner)) As OperationData
Parameters
- data
- IEnumerable<MemoryOwner>
Returns
Applies to
CreateMemoryManagedOperationData(MemoryOwner)
Creates MemoryManagedOperationData wrapped in a OperationData
public static System.Fabric.OperationData CreateMemoryManagedOperationData (System.Fabric.MemoryOwner data);
static member CreateMemoryManagedOperationData : System.Fabric.MemoryOwner -> System.Fabric.OperationData
Public Shared Function CreateMemoryManagedOperationData (data As MemoryOwner) As OperationData
Parameters
- data
- MemoryOwner
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET