Struct EventContext
Assembly: Glitch9.IO.dll
Syntax
public readonly struct EventContext
Properties
|
Edit this page
View Source
IsItemDone
Declaration
public bool IsItemDone { get; }
Property Value
|
Edit this page
View Source
IsResponseDone
Declaration
public bool IsResponseDone { get; }
Property Value
|
Edit this page
View Source
Item
Declaration
public ItemContext Item { get; }
Property Value
|
Edit this page
View Source
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
|
Edit this page
View Source
Response
Declaration
public ResponseContext Response { get; }
Property Value
Methods
|
Edit this page
View Source
Copy(ResponseContext?, ItemContext?)
Declaration
public EventContext Copy(ResponseContext? response = null, ItemContext? item = null)
Parameters
Returns
|
Edit this page
View Source
CopyItem(int?, string, string, bool?)
Declaration
public EventContext CopyItem(int? index = null, string id = null, string @event = null, bool? done = null)
Parameters
Returns
|
Edit this page
View Source
CopyTransport(string, string, int?, bool?)
Declaration
public EventContext CopyTransport(string id = null, string @event = null, int? retryMs = null, bool? done = null)
Parameters
Returns
|
Edit this page
View Source
CreateFinal()
Declaration
public static EventContext CreateFinal()
Returns
|
Edit this page
View Source
FinalizeStream()
Declaration
public EventContext FinalizeStream()
Returns
|
Edit this page
View Source
FromResponseContext(ResponseContext)
Declaration
public static EventContext FromResponseContext(ResponseContext response)
Parameters
Returns
Extension Methods