ResponseCollection.Contains(Response) method
Microsoft Office Live Communications Server 2005 with SP1 |
ResponseCollection.Contains
The Contains method determines whether the specific Response object exists in the collection.
[C#] public Boolean Contains( Response r );
[Visual Basic .NET] Public Function Contains( _ ByVal r As Response _ ) As Boolean
Parameters
- r
A Response object to search for within the collection.
Return Values
Returns true if the specified Response object exists in the collection; false if it does not.
Remarks
Matches are based on the object ID, not header values.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |