Blocks the calling thread until
BeginGetOrganizationInformation completes. Returns contact
collections representing peers and directors.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public void EndGetOrganizationInformation( out ContactCollection managers, out ContactCollection peers, out ContactCollection directors, IAsyncResult asyncResult ) |
Parameters
- managers
- Type:
Microsoft.Lync.Model.Group
.
.
::
.
.
ContactCollection
%
- peers
- Type:
Microsoft.Lync.Model.Group
.
.
::
.
.
ContactCollection
%
- directors
- Type:
Microsoft.Lync.Model.Group
.
.
::
.
.
ContactCollection
%
- asyncResult
- Type:
System
.
.
::
.
.
IAsyncResult