public void SetInstanceExternalStored(
string ,
string ,
string ,
DateTime ,
Nullable<DateTime>
)
'Declaration
Public Sub SetInstanceExternalStored( _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As Date, _
ByVal As Nullable(Of Date) _
)
'Usage
Dim instance As ExternalStoreDBDataAccessAgent
Dim sopInstanceUid As String
Dim externalStoreGuid As String
Dim storeToken As String
Dim externalStoreDate As Date
Dim expireDate As Nullable(Of Date)
instance.SetInstanceExternalStored(sopInstanceUid, externalStoreGuid, storeToken, externalStoreDate, expireDate)
public:
void SetInstanceExternalStored(
String^ ,
String^ ,
String^ ,
DateTime ,
Nullable<DateTime>
)