Library/Library.Test/TestIpcChannel.cs
C# | Copy Code |
---|---|
using (IpcEventChannel channel = new IpcEventChannel(_registrar, _channel)) Assert.IsFalse(channel.InCall); |
VB.NET | Copy Code |
---|---|
Using channel As New IpcEventChannel(_registrar, _channel) Assert.IsFalse(channel.InCall) End Using |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
IpcEventChannel ClassIpcEventChannel Members