You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -25,27 +25,27 @@ namespace System.Transactions
|
||||
|
||||
[MonoTODO]
|
||||
public static byte [] GetExportCookie (Transaction transaction,
|
||||
byte [] exportCookie)
|
||||
byte [] whereabouts)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
[MonoTODO]
|
||||
public static Transaction GetTransactionFromDtcTransaction (
|
||||
IDtcTransaction dtc)
|
||||
IDtcTransaction transactionNative)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
[MonoTODO]
|
||||
public static Transaction GetTransactionFromExportCookie (
|
||||
byte [] exportCookie)
|
||||
byte [] cookie)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
[MonoTODO]
|
||||
public static Transaction GetTransactionFromTransmitterPropagationToken (byte [] token)
|
||||
public static Transaction GetTransactionFromTransmitterPropagationToken (byte [] propagationToken)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user