WsAppSequence Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the WsAppSequence class.
Namespace: Ws.Services.Soap
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub New ( _
instanceId As String, _
sequenceId As String, _
messageNumber As String _
)
public WsAppSequence(
string instanceId,
string sequenceId,
string messageNumber
)
public:
WsAppSequence(
String^ instanceId,
String^ sequenceId,
String^ messageNumber
)
new :
instanceId:string *
sequenceId:string *
messageNumber:string -> WsAppSequence
public function WsAppSequence(
instanceId : String,
sequenceId : String,
messageNumber : String
)
Parameters
- instanceId
Type: System. . :: . .String
The identifier.
- sequenceId
Type: System. . :: . .String
The sequence identifier.
- messageNumber
Type: System. . :: . .String
The message number.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.