IMemoryManagedOperationData Interface
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.
Similar to IOperationData, but backed by MemoryOwner
public interface IMemoryManagedOperationData : IDisposable, System.Collections.Generic.ICollection<System.Fabric.MemoryOwner>, System.Collections.Generic.IEnumerable<System.Fabric.MemoryOwner>, System.Collections.Generic.IList<System.Fabric.MemoryOwner>
type IMemoryManagedOperationData = interface
interface ICollection<MemoryOwner>
interface seq<MemoryOwner>
interface IEnumerable
interface IList<MemoryOwner>
interface IDisposable
Public Interface IMemoryManagedOperationData
Implements ICollection(Of MemoryOwner), IDisposable, IEnumerable(Of MemoryOwner), IList(Of MemoryOwner)
- Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET