Constructor MemberSpanInfo
MemberSpanInfo(int, int)
The constructor with member index and span index
Declaration
public MemberSpanInfo(int memberIndex, int spanIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | memberIndex | The index of the member |
| int | spanIndex | The index of the span |
MemberSpanInfo(int, Guid)
The constructor with member index and span id
Declaration
public MemberSpanInfo(int memberIndex, Guid spanId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | memberIndex | The index of the member |
| Guid | spanId | The id of the span |
MemberSpanInfo(Guid, int)
The constructor with member id and span index
Declaration
public MemberSpanInfo(Guid memberId, int spanIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | memberId | The id of the member |
| int | spanIndex | The index of the span |
MemberSpanInfo(Guid, Guid)
The constructor with member id and span id
Declaration
public MemberSpanInfo(Guid memberId, Guid spanId)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | memberId | The id of the member |
| Guid | spanId | The id of the span |