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

Glossary Item Box

Returns the storage registrar of this channel

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Registrar As IIpcChannelRegistrar
C# 
public IIpcChannelRegistrar Registrar {get;}

Example

Library/Library.Test/TestIpcChannel.cs

C#Copy Code
using (IpcEventChannel channel = new IpcEventChannel(_registrar, _channel))
    Assert.IsTrue(ReferenceEquals(_registrar, channel.Registrar));
VB.NETCopy Code
Using channel As New IpcEventChannel(_registrar, _channel)
    Assert.IsTrue(ReferenceEquals(_registrar, channel.Registrar))
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