Contact.EndGetOrganizationInformation Method
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
'Declaration
Public Sub EndGetOrganizationInformation ( _
<OutAttribute> ByRef managers As ContactCollection, _
<OutAttribute> ByRef peers As ContactCollection, _
<OutAttribute> ByRef directors As ContactCollection, _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As Contact
Dim managers As ContactCollection
Dim peers As ContactCollection
Dim directors As ContactCollection
Dim asyncResult As IAsyncResult
instance.EndGetOrganizationInformation(managers, _
peers, directors, asyncResult)
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