Command Constructor (Nullable Guid , String, Parcel,  Command Param )NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Command class

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Command(
	Nullable<Guid> identity,
	string name,
	Parcel shardingParcel,
	params Command..::..Param[] pars
)

Parameters

identity
Type: OnlineSystem Nullable OnlineGuid 
name
Type: OnlineSystem String
shardingParcel
Type: NFX.DataAccess.Distributed Parcel
pars
Type:  NFX.DataAccess.Distributed Command Param 
See Also