Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokensEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
3
namespace
NeuroFeatures.EventArguments
4
{
8
public
class
TokensEventArgs
:
IqResultEventArgs
9
{
10
private
readonly
Token
[] tokens;
11
private
readonly
string
[] references;
12
19
public
TokensEventArgs
(
IqResultEventArgs
e,
Token
[]
Tokens
,
string
[] ReferencesOnly)
20
: base(e)
21
{
22
this.tokens =
Tokens
;
23
this.references = ReferencesOnly;
24
}
25
29
public
Token
[]
Tokens
=> this.tokens;
30
34
public
string
[]
References
=> this.references;
35
}
36
}
NeuroFeatures.EventArguments.TokensEventArgs
Event arguments for Tokens responses
Definition:
TokensEventArgs.cs:9
NeuroFeatures.EventArguments.TokensEventArgs.Tokens
Token[] Tokens
Tokens
Definition:
TokensEventArgs.cs:29
NeuroFeatures.EventArguments.TokensEventArgs.TokensEventArgs
TokensEventArgs(IqResultEventArgs e, Token[] Tokens, string[] ReferencesOnly)
Event arguments for ID References responses
Definition:
TokensEventArgs.cs:19
NeuroFeatures.EventArguments.TokensEventArgs.References
string[] References
References to tokens that could not be returned.
Definition:
TokensEventArgs.cs:34
NeuroFeatures.Token
Neuro-Feature Token
Definition:
Token.cs:43
Waher.Networking.XMPP.Events.IqResultEventArgs
Event arguments for responses to IQ queries.
Definition:
IqResultEventArgs.cs:11
NeuroFeatures.EventArguments
Definition:
CreationAttributesEventArgs.cs:5
Waher.Networking.XMPP.Events
Definition:
CustomPresenceEventArgs.cs:5
Waher.Networking.XMPP.NeuroFeatures
EventArguments
TokensEventArgs.cs
Generated by
1.9.5