| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Registrar As IIpcChannelRegistrar | |
| C# | |
|---|---|
public IIpcChannelRegistrar Registrar {get;} | |
Library/Library.Test/TestIpcChannel.cs
| C# | Copy Code |
|---|---|
using (IpcEventChannel channel = new IpcEventChannel(_registrar, _channel)) Assert.IsTrue(ReferenceEquals(_registrar, channel.Registrar)); | |
| VB.NET | Copy Code |
|---|---|
Using channel As New IpcEventChannel(_registrar, _channel) Assert.IsTrue(ReferenceEquals(_registrar, channel.Registrar)) End Using | |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
IpcEventChannel ClassIpcEventChannel Members
IIpcChannelRegistrar
Used By
Int32 IpcEventChannel.Broadcast(Int32,String,String[])Int32 IpcEventChannel.SendTo(Int32,String,String,String[])
Int32 IpcEventChannel.SendTo(Int32,IEnumerable