Message Constructor (String, String, String)
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Sub New ( _
source As String, _
key As String, _
value As String _
)
'Usage
Dim source As String
Dim key As String
Dim value As String
Dim instance As New Message(source, _
key, value)
public Message(
string source,
string key,
string value
)
public:
Message(
String^ source,
String^ key,
String^ value
)
new :
source:string *
key:string *
value:string -> Message
public function Message(
source : String,
key : String,
value : String
)
Parameters
- source
Type: System.String
- key
Type: System.String
- value
Type: System.String