On topic post.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void OnPost(
	Nullable<Guid> userId,
	Guid topicId
)
Visual Basic
Protected Overridable Sub OnPost ( 
	userId As Nullable(Of Guid),
	topicId As Guid
)
Visual C++
protected:
virtual void OnPost(
	Nullable<Guid> userId, 
	Guid topicId
)
F#
abstract OnPost : 
        userId : Nullable<Guid> * 
        topicId : Guid -> unit 
override OnPost : 
        userId : Nullable<Guid> * 
        topicId : Guid -> unit 

Parameters

userId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
Topic owner
topicId
Type: System..::..Guid
Topic id

See Also