InedoSDK Reference
Version:

WriteRaftItemAsync(RaftItemType type, string name, string content, System.DateTimeOffset? timestamp, string userName, System.Threading.CancellationToken cancellationToken) Method

Syntax

public virtual System.Threading.Tasks.Task WriteRaftItemAsync(RaftItemType type, string name, string content, Nullable<System.DateTimeOffset> timestamp, string userName, System.Threading.CancellationToken cancellationToken)

Parameters

type
Type: RaftItemType
name
Type: string
content
Type: string
timestamp
Type: System.DateTimeOffset?
userName
Type: string
cancellationToken
Type: System.Threading.CancellationToken