Subscribes or updates a subscription.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public void Subscribe( ContactSubscriptionRefreshRate subscriptionFreshness, IEnumerable< ContactInformationType> contactInformationTypes ) |
Parameters
- subscriptionFreshness
- Type:
Microsoft.Lync.Model
.
.
::
.
.
ContactSubscriptionRefreshRate
- contactInformationTypes
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
ContactInformationType
>
)
>
)
>