ServiceGroupMemberDescription.InitializationData Property
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.
Gets or sets the initialization data for this service group member.
public byte[] InitializationData { get; set; }
member this.InitializationData : byte[] with get, set
Public Property InitializationData As Byte()
Property Value
the initialization data for this service group member.
Remarks
This information is passed by the service group factory to the service factories that correspond to the object when it is created as initialization data for instances of this service group member, similar to how initialization data is passed when normal stateless or stateful service instances are created.
Applies to
See also
Azure SDK for .NET