Click or drag to resize
Askia

IQuotaUpdate Method

[Missing <summary> documentation for "M:AskiaCore.IQuota.Update(AskiaCore.QuotaUpdateType,System.Byte[],System.Collections.Generic.ICollection{System.Int32})"]

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Update(
	QuotaUpdateType type,
	byte[] data,
	ICollection<int> changedTokens
)

Parameters

type
Type: AskiaCoreQuotaUpdateType

[Missing <param name="type"/> documentation for "M:AskiaCore.IQuota.Update(AskiaCore.QuotaUpdateType,System.Byte[],System.Collections.Generic.ICollection{System.Int32})"]

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:AskiaCore.IQuota.Update(AskiaCore.QuotaUpdateType,System.Byte[],System.Collections.Generic.ICollection{System.Int32})"]

changedTokens
Type: System.Collections.GenericICollectionInt32

[Missing <param name="changedTokens"/> documentation for "M:AskiaCore.IQuota.Update(AskiaCore.QuotaUpdateType,System.Byte[],System.Collections.Generic.ICollection{System.Int32})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:AskiaCore.IQuota.Update(AskiaCore.QuotaUpdateType,System.Byte[],System.Collections.Generic.ICollection{System.Int32})"]

See Also