Visual Basic (Declaration) | |
---|---|
Public Sub RaiseLocal( _ ByVal eventName As String, _ ByVal ParamArray args() As String _ ) |
Parameters
- eventName
- args
Library/Library.Test/TestIpcChannel.cs
C# | Copy Code |
---|---|
using (IpcEventChannel ch1 = new IpcEventChannel(_registrar, _channel)) ch1.RaiseLocal("UnknownName"); |
VB.NET | Copy Code |
---|---|
Using ch1 As New IpcEventChannel(_registrar, _channel) ch1.RaiseLocal("UnknownName") End Using |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
IpcEventChannel ClassIpcEventChannel Members