MonobjcMonobjc Documented Class Library
UpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage Method (updater, update, invocation)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherUpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage(SUUpdater, SUAppcastItem, NSInvocation)

Return YES to delay the relaunch until you do some processing; invoke the given NSInvocation to continue.

Original signature is '- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)update untilInvoking:(NSInvocation *)invocation'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool UpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage(
	SUUpdater updater,
	SUAppcastItem update,
	NSInvocation invocation
)
Public Function UpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage ( _
	updater As SUUpdater, _
	update As SUAppcastItem, _
	invocation As NSInvocation _
) As Boolean
public:
bool UpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage(
	SUUpdater^ updater, 
	SUAppcastItem^ update, 
	NSInvocation^ invocation
)
Parameters
updater (SUUpdater)
MISSING
update (SUAppcastItem)
MISSING
invocation (NSInvocation)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Sparkle.SUUpdater.SUUpdaterDelegateEventDispatcher.UpdaterShouldPostponeRelaunchForUpdateUntilInvokingMessage(Monobjc.Sparkle.SUUpdater,Monobjc.Sparkle.SUAppcastItem,Monobjc.Foundation.NSInvocation)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Sparkle (Module: Monobjc.Sparkle)