CSharpTest.Net
InCall Property
See Also  Example Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IpcChannel Namespace > IpcEventChannel Class : InCall Property

Glossary Item Box

Returns true if the current thread is processing an event

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property InCall As Boolean
C# 
public bool InCall {get;}

Example

Library/Library.Test/TestIpcChannel.cs

C#Copy Code
using (IpcEventChannel channel = new IpcEventChannel(_registrar, _channel))
    Assert.IsFalse(channel.InCall);
VB.NETCopy Code
Using channel As New IpcEventChannel(_registrar, _channel)
    Assert.IsFalse(channel.InCall)
End Using

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys