NuGardt SoftwareYourlsService CreateShortUrlBegin Method NuGardt
Create a short URL from your long URL.

Namespace: NuGardt.Yourls.API
Assembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax

public IAsyncResult CreateShortUrlBegin(
	Object Key,
	string LongUrl,
	IYourlsAuthentication Authentication,
	AsyncCallback Callback,
	string Keyword = null,
	string Title = null
)

Return Value

Type: OnlineIAsyncResult
Returns an System.IAsyncResult.
Remarks

See Also