ServiceGroupMemberDescription.InitializationData Property

Definition

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

Byte[]

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