AWS SDK for .NET Documentation
WithSubscriber Method (handler)
AmazonAmazon.S3.ModelPutObjectRequestWithSubscriber(EventHandler<(Of <<'(PutObjectProgressArgs>)>>)) Did this page help you?   Yes   No    Tell us about it...
The "handler" will be notified every time a put object progress event is raised.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public PutObjectRequest WithSubscriber(
	EventHandler<PutObjectProgressArgs> handler
)
Parameters
handler (EventHandler<(Of <(<'PutObjectProgressArgs>)>)>)
A method that consumes the put object progress notification
Return Value
this instance of the PutObjectRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)