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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET