Topic Constructor
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Sub New ( _
storeSize As UInteger, _
lifespan As TimeSpan _
)
'Usage
Dim storeSize As UInteger
Dim lifespan As TimeSpan
Dim instance As New Topic(storeSize, _
lifespan)
public Topic(
uint storeSize,
TimeSpan lifespan
)
public:
Topic(
unsigned int storeSize,
TimeSpan lifespan
)
new :
storeSize:uint32 *
lifespan:TimeSpan -> Topic
public function Topic(
storeSize : uint,
lifespan : TimeSpan
)
Parameters
- storeSize
Type: System.UInt32
- lifespan
Type: System.TimeSpan