Public Attributes

soap_wsrm_sequence Struct Reference

Linked list of currently active message sequences. More...

#include <wsrmapi.h>

Collaboration diagram for soap_wsrm_sequence:
Collaboration graph
[legend]

List of all members.

Public Attributes

struct soap_wsrm_sequencenext
size_t refs
short handle
short ackreq
const char * id
const char * acksid
const char * to
const char * repto
const char * acksto
time_t timestamp
time_t expires
int retry
enum
wsrm__IncompleteSequenceBehaviorType 
behavior
ULONG64 num
ULONG64 recvnum
ULONG64 lastnum
enum wsrm__FaultCodes fault
enum soap_wsrm_state state
struct soap_wsrm_messagemessages
struct soap_wsrm_messagemessageslast
struct soap_wsrm_rangeranges
int channel

Detailed Description

Linked list of currently active message sequences.


Member Data Documentation

ack requested by dest

sequence ID for ack requests (gen by source)

ack to endpoint

callback WCF channel instance

date/time of expiration

sequence fault (use when error)

sequence in use by source (has a handle)

sequence ID (from dest)

last message num received upon closing

linked list of messages

back insertion in message list

next sequence

message sequence num sent

ranges of received messages

message num received (used to be lastnum)

refs to sequence

reply to endpoint

retry count

sequence state

date/time of most recent update

to endpoint


The documentation for this struct was generated from the following file: