PresenceBlobServiceData
Inherits from PresenceServiceData
Summary
Constructors
PresenceBlobServiceData() |
PresenceBlobServiceData(guid: Guid) |
PresenceBlobServiceData(other: PresenceServiceData) |
PresenceBlobServiceData(other: Asset) |
PresenceBlobServiceData(other: DataContainer) |
Static members
Name | Type |
---|---|
PresenceBlobServiceData.typeInfo | TypeInformation |
Constructors
PresenceBlobServiceData
PresenceBlobServiceData()
Creates a new PresenceBlobServiceData frostbite instance.
PresenceBlobServiceData
PresenceBlobServiceData(guid: Guid)
Creates a new PresenceBlobServiceData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PresenceBlobServiceData
PresenceBlobServiceData(other: PresenceServiceData)
Casts an instance of type PresenceServiceData to PresenceBlobServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PresenceServiceData | The instance to cast to PresenceBlobServiceData. |
PresenceBlobServiceData
PresenceBlobServiceData(other: Asset)
Casts an instance of type Asset to PresenceBlobServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to PresenceBlobServiceData. |
PresenceBlobServiceData
PresenceBlobServiceData(other: DataContainer)
Casts an instance of type DataContainer to PresenceBlobServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PresenceBlobServiceData. |
Static members
typeInfo
The type information for the PresenceBlobServiceData type.