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
)

See Also