IOperationStream3 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.
IOperationStream2 with System.Fabric.MemoryManagedOperationData support. The OperationData instance returned by Data must not be used directly. Instead, call AsMemoryManagedOperationData() on that instance to get the System.Fabric.MemoryManagedOperationData instance to use.
public interface IOperationStream3 : System.Fabric.IOperationStream2
type IOperationStream3 = interface
interface IOperationStream2
interface IOperationStream
Public Interface IOperationStream3
Implements IOperationStream2
- Implements
Methods
GetMemoryManagedOperationAsync(CancellationToken) |
Similar to GetOperationAsync(CancellationToken). |
GetOperationAsync(CancellationToken) |
Gets the next object that implements IOperation from the underlying IOperationStream. (Inherited from IOperationStream) |
ReportFault(FaultType) |
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. (Inherited from IOperationStream2) |
Applies to
Azure SDK for .NET