OperationData Constructors
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
| OperationData() | |
| OperationData(ArraySegment<Byte>) | |
| OperationData(Byte[]) | |
| OperationData(IEnumerable<ArraySegment<Byte>>) | |
| OperationData(IEnumerable<Byte[]>) |
OperationData()
public OperationData();
Public Sub New ()
Applies to
OperationData(ArraySegment<Byte>)
public OperationData(ArraySegment<byte> operationData);
new System.Fabric.OperationData : ArraySegment<byte> -> System.Fabric.OperationData
Public Sub New (operationData As ArraySegment(Of Byte))
Parameters
- operationData
- System.ArraySegment<System.Byte>
Applies to
OperationData(Byte[])
public OperationData(byte[] operationData);
new System.Fabric.OperationData : byte[] -> System.Fabric.OperationData
Public Sub New (operationData As Byte())
Parameters
- operationData
- System.Byte[]
Applies to
OperationData(IEnumerable<ArraySegment<Byte>>)
public OperationData(System.Collections.Generic.IEnumerable<ArraySegment<byte>> operationData);
new System.Fabric.OperationData : seq<ArraySegment<byte>> -> System.Fabric.OperationData
Public Sub New (operationData As IEnumerable(Of ArraySegment(Of Byte)))
Parameters
- operationData
- System.Collections.Generic.IEnumerable<System.ArraySegment<System.Byte>>
Applies to
OperationData(IEnumerable<Byte[]>)
public OperationData(System.Collections.Generic.IEnumerable<byte[]> operationData);
new System.Fabric.OperationData : seq<byte[]> -> System.Fabric.OperationData
Public Sub New (operationData As IEnumerable(Of Byte()))
Parameters
- operationData
- System.Collections.Generic.IEnumerable<System.Byte[]>