ContainerMembership Members
ContainerMembership class defines the container membership for individual container.
The ContainerMembership type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedSipDomains | Returns the list of domain names, which have specific membership to the container. | |
AllowedSourceNetworks | Returns a combination of SourceNetwork flags that are set on container. | |
AllowedSubscribers | Returns the list of URIs, which have specific membership to the container. | |
ContainerId | Id of the container. | |
Version | Version number for container membership, received in notification. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMembershipLevel | Returns the highest container membership match for the given RealTimeAddress. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseContainerListFromXml | Parse the containerMembership XML received in notification and create a list of ContainerMembership objects. | |
ToString | (Inherited from Object.) |
Top